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 {
|
class mime extends make {
|
||||||
static any () {
|
static any () {
|
||||||
return random.pick([
|
return random.pick([
|
||||||
this.standard,
|
mime.standard,
|
||||||
this.xml,
|
mime.xml,
|
||||||
this.image,
|
mime.image,
|
||||||
this.media,
|
mime.media,
|
||||||
this.form
|
mime.form
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue