Skip to content

Commit

Permalink
fix: fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
chmaltsp committed Aug 5, 2024
1 parent cd3ae0e commit 4fbd91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/client_sessions/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default withRouteSpec({
})
}

let workspace_id = null
let workspace_id: string | null = null
if (token != null && publishable_key == null) {
const api_key = req.db.api_keys.find((a) => a.token === token)

Expand Down

0 comments on commit 4fbd91d

Please sign in to comment.