fix: 🐛 dummy login i hjarntorget

This commit is contained in:
Kajetan Kazimierczak 2022-04-14 00:13:32 +02:00
parent 0c64f5ae35
commit 38cc7626ad
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import {
Fetch,
Fetcher,
FetcherOptions,
FrejaLoginStatusChecker,
LoginStatusChecker,
MenuItem,
NewsItem,
@ -603,4 +604,8 @@ export class ApiHjarntorget extends EventEmitter implements Api {
emitter.token = 'fake'
return emitter
}
async loginFreja(): Promise<FrejaLoginStatusChecker> {
throw new Error('Not implemented...')
}
}