Skip to content

Commit

Permalink
gh access
Browse files Browse the repository at this point in the history
  • Loading branch information
lsprado authored Nov 21, 2023
1 parent 88fcc05 commit e00aa1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/datacreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ async function createUsers () {

async function createWallet () {
const users = await loadStaticData('users')
const ghAccess = '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'

Check failure on line 139 in data/datacreator.ts

View workflow job for this annotation

GitHub Actions / LMLFTFY

'ghAccess' is assigned a value but never used

Check failure on line 139 in data/datacreator.ts

View workflow job for this annotation

GitHub Actions / lint

'ghAccess' is assigned a value but never used
return await Promise.all(
users.map(async (user: User, index: number) => {
return await WalletModel.create({
Expand Down

0 comments on commit e00aa1b

Please sign in to comment.