chore: code formatting

This commit is contained in:
github-actions[bot]
2023-08-24 22:33:16 +00:00
parent f5a958ab77
commit bfeb5c452c
12 changed files with 60 additions and 60 deletions

View File

@@ -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(),