Skip to content

Commit

Permalink
build: Do not import non existent functions. (minio#581)
Browse files Browse the repository at this point in the history
Fixes minio#574
  • Loading branch information
harshavardhana authored Apr 3, 2017
1 parent 4461365 commit 366551a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/minio.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import _ from 'lodash'
import { isValidPrefix, isValidEndpoint, isValidBucketName,
isValidPort, isValidObjectName, isAmazonEndpoint, getScope,
uriEscape, uriResourceEscape, isBoolean, isFunction, isNumber,
isString, isObject, isArray, isNullOrUndefined, pipesetup,
isString, isObject, isArray, pipesetup,
readableStream, isReadableStream, isVirtualHostStyle,
probeContentType } from './helpers.js';

Expand Down

0 comments on commit 366551a

Please sign in to comment.