Skip to content

Commit

Permalink
refactor(utils file name)
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungKC committed Jul 26, 2019
1 parent fed4abb commit 3638983
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const axios = require('axios')
const uuid = require('uuid/v4')

const { throwError, getParamsArray, signature } = require('./Utils')
const { throwError, getParamsArray, signature } = require('./utils')

const url = 'https://dm.aliyuncs.com/'
const FORMAT_TYPE = ['json', 'xml']
Expand Down
File renamed without changes.

0 comments on commit 3638983

Please sign in to comment.