chore: update faker functions

This commit is contained in:
Simon Lecoq
2023-07-24 20:30:19 -04:00
parent fca0e34e9d
commit 0fad2fb0cb
53 changed files with 622 additions and 622 deletions

View File

@@ -12,7 +12,7 @@ export default async function({faker}, target, that, [{username}]) {
data: {
login: faker.internet.userName(),
avatar_url: null,
contributions: faker.datatype.number(1000),
contributions: faker.number.int(1000),
},
})
}