Skip to content

Commit

Permalink
Fixing Minio build target issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
fguitton committed Apr 6, 2020
1 parent ff80c61 commit a7e603b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/libraries/itmat-utils/src/objStore.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const Minio = require('minio');
import { default as Minio } from 'minio';
import { Logger } from './logger';

export interface IObjectStoreConfig {
Expand Down

0 comments on commit a7e603b

Please sign in to comment.