forked from cerc-io/laconicd-deprecated
fix lint
This commit is contained in:
+1
-1
@@ -3048,7 +3048,7 @@
|
||||
})
|
||||
}, t.getCommonExtensions = function(e) {
|
||||
return e.filter(function(e, t) {
|
||||
return /^pattern$|^maxLength$|^minLength$|^maximum$|^minimum$/.test(t)
|
||||
return /^pattern|maxLength|minLength|maximum|minimum/.test(t)
|
||||
})
|
||||
}
|
||||
}).call(t, n(54).Buffer)
|
||||
|
||||
Vendored
+1
-1
@@ -21313,4 +21313,4 @@ definitions:
|
||||
including all blockchain data structures and the rules of the
|
||||
application's
|
||||
|
||||
state transition machine.
|
||||
state transition machine.
|
||||
|
||||
Reference in New Issue
Block a user