1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 05:20: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

@@ -1,4 +1,4 @@
import { Logger, LogLevel } from '@sasjs/utils'
import { Logger, LogLevel } from '@sasjs/utils/logger'
import { RequestClient } from '../../../request/RequestClient'
import * as fetchLogsModule from '../../../utils/fetchLogByChunks'
import * as writeStreamModule from '../writeStream'