Skip to content

Commit

Permalink
Update adapter.js (#5734)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxinr authored and runspired committed Nov 2, 2018
1 parent effd7a8 commit ef6100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default EmberObject.extend({
import { v4 } from 'uuid';
export default DS.Adapter.extend({
generateIdForRecord(store, inputProperties) {
generateIdForRecord(store, type, inputProperties) {
return v4();
}
});
Expand Down

0 comments on commit ef6100c

Please sign in to comment.