Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit eb6a307

Browse files
committed
resolve _this rather than response.data.meta #41
1 parent 6fb2367 commit eb6a307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/abstract-model/abstract-model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
response.finish();
147147
_this.errors.synchronization.concat(response.errors);
148-
deferred.resolve(response.data.meta);
148+
deferred.resolve(_this);
149149
}
150150

151151
function reject(response) {

0 commit comments

Comments
 (0)