Fix mime module
This commit is contained in:
parent
58a6a1ce78
commit
c9e1987eb1
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@ const random = require('../random')
|
|||
class mime extends make {
|
||||
static any () {
|
||||
return random.pick([
|
||||
this.standard,
|
||||
this.xml,
|
||||
this.image,
|
||||
this.media,
|
||||
this.form
|
||||
mime.standard,
|
||||
mime.xml,
|
||||
mime.image,
|
||||
mime.media,
|
||||
mime.form
|
||||
])
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue