Skip to content

Commit 0687056

Browse files
committed
JS errors.
1 parent 5f31282 commit 0687056

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

addon/adapters/preprint.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export default OsfAdapter.extend({
1010
},
1111
// Override _doRelatedRequest on ember-osf. Need to serializer preprint instead of file.
1212
_doRelatedRequest(store, snapshot, relatedSnapshots, relationship, url) {
13-
return this.ajax(url, 'PATCH', {
14-
data: store.serializerFor('preprint').serialize(snapshot),
15-
isBulk: false
16-
});
17-
}
13+
return this.ajax(url, 'PATCH', {
14+
data: store.serializerFor('preprint').serialize(snapshot),
15+
isBulk: false
16+
});
17+
}
1818

1919
});

0 commit comments

Comments
 (0)