Skip to content

Commit

Permalink
dont reject
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Sep 30, 2024
1 parent ebbdc17 commit 1a33595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dota/src/twitch/commands/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ async function fixWins(token: string, twitchChatId: string, currentMatchId?: str
`Error for match ${bet.matchId}: ${JSON.stringify(err)}`,
)
}
if (err) reject(err)
if (err) resolve(null)
else resolve(response)
},
)
Expand Down

0 comments on commit 1a33595

Please sign in to comment.