Skip to content

Commit e85a072

Browse files
committed
Add user loaded log
1 parent bbfa2a4 commit e85a072

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/lib/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export async function api<P extends APIPath>(
1818
break
1919
}
2020
}
21+
console.debug('User loaded after', i, 'iterations')
2122
}
2223

2324
return typedAPICall(path, params, auth.currentUser)

0 commit comments

Comments
 (0)