Skip to content

Commit 6b914d4

Browse files
authored
Merge pull request #213 from digitalsadhu/hamzahio-master
fix(deserialize): add missing patchAttributes
2 parents 4b10855 + a25b924 commit 6b914d4

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)