backend-{app-api,test-utils}: minor cleanup

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-02-22 17:41:42 +01:00
parent db62da78d9
commit 74062bce28
2 changed files with 2 additions and 1 deletions
@@ -61,6 +61,7 @@ export class MockAuthService implements AuthService {
case '':
throw new AuthenticationError('Token is empty');
default:
break;
}
if (token.startsWith(MOCK_USER_TOKEN_PREFIX)) {