Skip to content

Commit 362dc7b

Browse files
fixed validation warnings
1 parent 2bb7c6c commit 362dc7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/utils/cache.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import fs from 'node:fs'
22
import path from 'node:path'
3+
import { DatabaseSync } from 'node:sqlite'
34
import {
45
cachified as baseCachified,
56
verboseReporter,
@@ -13,7 +14,6 @@ import {
1314
} from '@epic-web/cachified'
1415
import { remember } from '@epic-web/remember'
1516
import { LRUCache } from 'lru-cache'
16-
import { DatabaseSync } from 'node:sqlite'
1717
import { z } from 'zod'
1818
import { updatePrimaryCacheValue } from '#app/routes/admin+/cache_.sqlite.server.ts'
1919
import { getInstanceInfo, getInstanceInfoSync } from './litefs.server.ts'

tests/e2e/passkey.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test('Users can register and use passkeys', async ({
2424
navigate,
2525
login,
2626
}) => {
27-
const user = await login()
27+
await login()
2828

2929
const { client, authenticatorId } = await setupWebAuthn(page)
3030

0 commit comments

Comments
 (0)