Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Update package.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner authored Apr 28, 2017
1 parent 606b9ff commit aaffddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let id = 0;
export default DS.JSONSerializer.extend({
normalizeResponse(store, type, payload) {
return {
data: payload.map((attributes) => {
data: payload.map(attributes => {
return {
id: id++,
type: 'package',
Expand Down

0 comments on commit aaffddf

Please sign in to comment.