Skip to content

Commit

Permalink
chore: fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
piemot committed Mar 5, 2024
1 parent 07b66c8 commit 3b285fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/auth.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Lucia, type User } from 'lucia';
import { adapter } from './db';
import { parseCookies } from 'oslo/cookie';
import { json, redirect } from '@remix-run/node';
import type { DB } from 'kysely-codegen';
import type { DB } from '~/../db/database';

import { webcrypto } from 'crypto';
globalThis.crypto = webcrypto as Crypto;
Expand Down

0 comments on commit 3b285fa

Please sign in to comment.