Skip to content

Commit 0c90a34

Browse files
committed
lint
1 parent 28d8dcf commit 0c90a34

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/sim/socket/middleware/auth.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ export async function authenticateSocket(socket: AuthenticatedSocket, next: (err
5656
})
5757

5858
const api = auth.api as typeof auth.api & {
59-
verifyOneTimeToken: (ctx: {
60-
body: { token: string }
61-
}) => Promise<{
59+
verifyOneTimeToken: (ctx: { body: { token: string } }) => Promise<{
6260
user: { id: string; name: string; email: string; image?: string | null }
6361
session: { activeOrganizationId?: string | null }
6462
}>

0 commit comments

Comments
 (0)