Skip to content

Commit

Permalink
fixes error
Browse files Browse the repository at this point in the history
  • Loading branch information
hlminh2000 committed Jul 12, 2019
1 parent 06315e5 commit 36a8a7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import jwtDecode from 'jwt-decode'
import * as _jwtDecode from 'jwt-decode'

const jwtDecode = _jwtDecode

const PERMISSIONS: {
READ: string
Expand Down

0 comments on commit 36a8a7c

Please sign in to comment.