Skip to content

Commit f7542f5

Browse files
committed
Build
1 parent ccd1621 commit f7542f5

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

lib/teamsnap.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,9 +1728,6 @@ exports.savePaymentNote = function(paymentNote, callback) {
17281728
if (!paymentNote.note) {
17291729
return this.reject('You must provide a note.', 'note', callback);
17301730
}
1731-
if (!paymentNote.description) {
1732-
return this.reject('You must provide a description.', 'description', callback);
1733-
}
17341731
return this.saveItem(paymentNote, callback);
17351732
};
17361733

@@ -4512,7 +4509,7 @@ _ref = require('./model'), Collection = _ref.Collection, Item = _ref.Item;
45124509
require('./errors');
45134510

45144511
TeamSnap = (function() {
4515-
TeamSnap.prototype.version = '1.2.0';
4512+
TeamSnap.prototype.version = '1.2.1';
45164513

45174514
TeamSnap.prototype.promises = promises;
45184515

0 commit comments

Comments
 (0)