Skip to content

Commit

Permalink
fix: ts err
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Sep 8, 2023
1 parent 0ff747b commit 3459522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dota/src/dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function fixNewUsers() {

await fixNewUsers()

async function handleNewUser(providerAccountId: string, botApi) {
async function handleNewUser(providerAccountId: string, botApi: ApiClient) {
if (!botApi) return
try {
const stream = await botApi.streams.getStreamByUserId(providerAccountId)
Expand Down

0 comments on commit 3459522

Please sign in to comment.