Skip to content

Commit

Permalink
remove linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pan committed Nov 3, 2017
1 parent 8b445a8 commit 381161d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/sharethroughBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const sharethroughAdapterSpec = {
};
})
},
interpretResponse: ({ body } , req) => {
interpretResponse: ({ body }, req) => {
if (!Object.keys(body).length) return [];

const creative = body.creatives[0];
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/sharethroughBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const bidderResponse = {
'creative_key': 'aCreativeId'
}
}],
'stxUserId': ''
'stxUserId': ''
},
header: { get: (header) => header }
};
Expand Down

0 comments on commit 381161d

Please sign in to comment.