1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 03:30:05 +00:00

fix(sasjs-utils): fixed imports

This commit is contained in:
Yury Shkoda
2023-06-22 13:37:07 +03:00
parent e0aebc169f
commit 6bf68a315c
14 changed files with 14 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ import * as pem from 'pem'
import * as http from 'http'
import * as https from 'https'
import { app, mockedAuthResponse } from './SAS_server_app'
import { ServerType } from '@sasjs/utils'
import { ServerType } from '@sasjs/utils/types'
import SASjs from '../SASjs'
import * as axiosModules from '../utils/createAxiosInstance'
import {