Skip to content

Commit f447595

Browse files
committed
Build
1 parent 0ed5ea7 commit f447595

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/teamsnap.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3427,6 +3427,7 @@ modifySDK = function(sdk) {
34273427
return toRemove.push(contact);
34283428
});
34293429
toRemove.push.apply(toRemove, member.trackedItemStatuses);
3430+
toRemove.push.apply(toRemove, member.memberPayments);
34303431
linking.unlinkItems(toRemove, lookup);
34313432
return deleteMember.call(this, member, callback).fail(function(err) {
34323433
linking.linkItems(toRemove, lookup);
@@ -4576,7 +4577,7 @@ _ref = require('./model'), Collection = _ref.Collection, Item = _ref.Item;
45764577
require('./errors');
45774578

45784579
TeamSnap = (function() {
4579-
TeamSnap.prototype.version = '1.3.0';
4580+
TeamSnap.prototype.version = '1.3.1';
45804581

45814582
TeamSnap.prototype.promises = promises;
45824583

0 commit comments

Comments
 (0)