Skip to content

Commit 7f71eed

Browse files
committed
fix: remove unused interface
1 parent 23868e8 commit 7f71eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpnv/token-verifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import { App } from '../app';
1919
import { FpnvErrorCode, FirebasePnvError, ErrorInfo } from '../utils/error';
20-
import {FirebasePhoneNumberTokenInfo, FpnvToken} from './fpnv-api';
20+
import { FpnvToken} from './fpnv-api';
2121
import * as util from '../utils/index';
2222
import * as validator from '../utils/validator';
2323
import {

0 commit comments

Comments
 (0)