Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncaulubilge committed Nov 13, 2018
1 parent c9d557a commit 3265f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/provider-test-tools/src/author-profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ export default ({
imageIndex += 1;
return {
__typename: "Image",
title: `Some title ${imageIndex}`,
id: `e98c2${imageIndex
.toString()
.padStart(2)}c-cb16-11e7-b529-95e3fc05f40f`,
title: `Some title ${imageIndex}`
};
},
Media: () => ({
Expand Down

0 comments on commit 3265f9c

Please sign in to comment.