Skip to content

Commit

Permalink
feat: 🎸 fixes ts issues
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlarsson committed Nov 9, 2021
1 parent b641486 commit 3f62016
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion libs/api-skolplattformen/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"noFallthroughCasesInSwitch": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
Expand Down
2 changes: 1 addition & 1 deletion libs/api/lib/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Language } from '@skolplattformen/curriculum/dist/translations'
import { Language } from '@skolplattformen/curriculum'
import { DateTime } from 'luxon'
import { LoginStatusChecker } from './loginStatus'
import {
Expand Down

0 comments on commit 3f62016

Please sign in to comment.