chore: code formatting
This commit is contained in:
@@ -13,7 +13,7 @@ export default function({faker, query, login = faker.internet.userName()}) {
|
||||
repository: {
|
||||
stargazers: {
|
||||
edges: new Array(faker.number.int({min: 50, max: 100})).fill(null).map(() => ({
|
||||
starredAt: `${faker.date.recent({days:30})}`,
|
||||
starredAt: `${faker.date.recent({days: 30})}`,
|
||||
cursor: "MOCKED_CURSOR",
|
||||
node: {
|
||||
location: faker.location.city(),
|
||||
|
||||
Reference in New Issue
Block a user