Skip to content

Commit 662f8d6

Browse files
committed
Resolved review comments
1 parent d919643 commit 662f8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/adapters/application.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export default class Application extends JSONAPIAdapter {
4040
return !hasId;
4141
}
4242

43-
constructor(ids, args) {
44-
super(ids, args);
43+
constructor() {
44+
super(...arguments);
4545
this.ids = {};
4646
}
4747

0 commit comments

Comments
 (0)