Skip to content

Commit 5c52804

Browse files
committed
changed the generation of a signature
1 parent 29f6982 commit 5c52804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Breinify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
},
159159

160160
generateRecommendationMessage: function (amount, unixTimestamp) {
161-
return '' + unixTimestamp + amount;
161+
return '' + unixTimestamp;
162162
},
163163

164164
generateLookUpMessage: function (dimensions, unixTimestamp) {

0 commit comments

Comments
 (0)