Skip to content

Commit

Permalink
🏷️ Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Nov 7, 2024
1 parent 81933e7 commit 1c4fb5c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse<

await updatePasskey(passkey.id, {
credentialCounter: result.authenticationInfo.newCounter,
// @ts-expect-error
lastUsedAt: FieldValue.serverTimestamp(),
});

Expand Down
1 change: 0 additions & 1 deletion packages/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"include": [
"**/*.ts",
"**/*.tsx",
"client/env/env.mjs",
]
}
3 changes: 0 additions & 3 deletions tooling/eslint/config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import { compat } from './utils/index.js';
export const typescript = tseslint.config({
files: ['**/*.{ts,tsx}'],
languageOptions: {
parserOptions: {
warnOnUnsupportedTypeScriptVersion: false,
},
parser: tseslint.parser,
},
plugins: {
Expand Down

0 comments on commit 1c4fb5c

Please sign in to comment.