Skip to content

Commit

Permalink
Cleanup (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Dec 19, 2018
1 parent 65c59fc commit b43752f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
'use strict'

const uuid = require('uuid')

module.exports = (ending) => {
return `${uuid()}${ending || ''}`
}
module.exports = ending => `${uuid()}${ending || ''}`

0 comments on commit b43752f

Please sign in to comment.