Skip to content

Commit a25b924

Browse files
hamzahiodigitalsadhu
authored andcommitted
fix(deserialize): add missing patchAttributes
1 parent 4b10855 commit a25b924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/deserialize.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module.exports = function (app, options) {
1818

1919
var regexs = [
2020
/^create$/,
21-
/^updateAttributes$/
21+
/^updateAttributes$/,
22+
/^patchAttributes$/
2223
]
2324

2425
var matches = regexs.filter(function (regex) {

0 commit comments

Comments
 (0)