Skip to content

Commit 375c307

Browse files
committed
Formatting
1 parent ba7f084 commit 375c307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages-exp/auth-exp/src/model/public_types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
import {
2828
FactorId as FactorIdMap,
2929
OperationType as OperationTypeMap,
30-
ActionCodeOperation as ActionCodeOperationMap,
30+
ActionCodeOperation as ActionCodeOperationMap
3131
} from './enum_maps';
3232

3333
export { CompleteFn, ErrorFn, NextFn, Unsubscribe };
@@ -647,7 +647,7 @@ export interface MultiFactorError extends AuthError {
647647
/**
648648
* The type of operation (e.g., sign-in, link, or reauthenticate) during which the error was raised.
649649
*/
650-
readonly operationType: typeof OperationTypeMap[keyof typeof OperationTypeMap];
650+
readonly operationType: typeof OperationTypeMap[keyof typeof OperationTypeMap];
651651
}
652652

653653
/**

0 commit comments

Comments
 (0)