Browse Source

fix package name

ChrisFuck 5 years ago
parent
commit
36a218e880
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      index.js

+ 1
- 1
index.js View File

1
-import { getFilemd5sum } from './testutils'
1
+import { getFilemd5sum } from './utils'
2
 
2
 
3
 const IMAGE_MULTIPART = '/multipart/upload/'
3
 const IMAGE_MULTIPART = '/multipart/upload/'
4
 const VIDEO_MULTIPART = '/upload/'
4
 const VIDEO_MULTIPART = '/upload/'