Skip to content

Commit

Permalink
fix(core): fix lint error
Browse files Browse the repository at this point in the history
fix lint error
  • Loading branch information
simeng-li committed Jul 1, 2024
1 parent 21516bb commit faca9c0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import {
type PasswordVerificationRecordData,
} from './password-verification.js';

export { PasswordVerification } from './password-verification.js';

type VerificationRecordData = PasswordVerificationRecordData;

export const verificationRecordDataGuard = z.discriminatedUnion('type', [
Expand Down

0 comments on commit faca9c0

Please sign in to comment.