Skip to content

Commit

Permalink
fix: 🐛 dummy login i hjarntorget
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak committed Apr 13, 2022
1 parent 0c64f5a commit 38cc762
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/api-hjarntorget/lib/apiHjarntorget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
Fetch,
Fetcher,
FetcherOptions,
FrejaLoginStatusChecker,
LoginStatusChecker,
MenuItem,
NewsItem,
Expand Down Expand Up @@ -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...')
}
}

0 comments on commit 38cc762

Please sign in to comment.