Skip to content

Commit b94be8b

Browse files
committed
PR Feedback
1 parent abf235a commit b94be8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/src/core/util/assert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function fail(appName: string, errorCode: AuthErrorCode): never {
3737
export function assert(
3838
assertion: unknown,
3939
appName: string,
40-
errorCode: AuthErrorCode = AuthErrorCode.INTERNAL_ERROR
40+
errorCode = AuthErrorCode.INTERNAL_ERROR
4141
): asserts assertion {
4242
if (!assertion) {
4343
fail(appName, errorCode);

0 commit comments

Comments
 (0)