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

@@ -15,7 +15,7 @@ export default function({faker, url, body, login = faker.internet.userName()}) {
countryOfOrigin: "JP",
genres: new Array(6).fill(null).map(_ => faker.lorem.word()),
coverImage: {medium: null},
startDate: {year: faker.date.past({years:20}).getFullYear()},
startDate: {year: faker.date.past({years: 20}).getFullYear()},
})
//User statistics query
if (/^query Statistics /.test(query)) {