1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

fix: remove jwtDecode import statement

This commit is contained in:
2021-07-22 15:56:22 +05:00
parent aeabc29e55
commit e70a9645ef

View File

@@ -42,7 +42,6 @@ import { isAuthorizeFormRequired } from './auth/isAuthorizeFormRequired'
import { RequestClient } from './request/RequestClient'
import { prefixMessage } from '@sasjs/utils/error'
import * as mime from 'mime'
import jwtDecode from 'jwt-decode'
/**
* A client for interfacing with the SAS Viya REST API.