Skip to content

Commit

Permalink
fix(storage-client): build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 17, 2022
1 parent aac916b commit 20df110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/storage-client/src/storage-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {AlwatrDocumentStorage} from '@alwatr/fetch/src/type.js';
import {alwatrRegisteredList, createLogger} from '@alwatr/logger';

import type {AlwatrStorageClientConfig} from './type.js';
import type {AlwatrDocumentObject, AlwatrServiceResponse} from '@alwatr/fetch';
import type {AlwatrDocumentObject} from '@alwatr/fetch';

export {AlwatrStorageClientConfig, AlwatrDocumentObject};

Expand Down

0 comments on commit 20df110

Please sign in to comment.