diff options
Diffstat (limited to 'server')
| -rw-r--r-- | server/methods.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/methods.js b/server/methods.js index d99728a..81f4d92 100644 --- a/server/methods.js +++ b/server/methods.js @@ -12,10 +12,10 @@ Meteor.methods({ getInstagramProfilePhoto: function () { return Meteor.user().services.instagram.profile_picture; }, - printFinalImage: function(month, year, matrix) { + printFinalImage: function(code) { if (Meteor.userId()) { var username = Meteor.user().services.instagram.username; - console.log('Printing', username, month, year, matrix); + console.log('Printing', username + code); } } }); |
