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

@@ -10,7 +10,7 @@ export default function({faker, url, options, login = faker.internet.userName()}
status: 200,
data: {
data: {
profile_image_url: faker.image.urlLoremFlickr({ category: 'people' }),
profile_image_url: faker.image.urlLoremFlickr({category: "people"}),
name: faker.person.fullName(),
verified: faker.datatype.boolean(),
id: faker.number.int(1000000).toString(),