Skip to content

Commit 77cd849

Browse files
hamzahiodigitalsadhu
authored andcommitted
fix(serialize): Add missing patchAttributes key
1 parent b86470d commit 77cd849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/serialize.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ var regexs = [
1010
/^findById$/,
1111
/^__get__.*/,
1212
/^updateAttributes$/,
13+
/^patchAttributes$/,
1314
/^__findRelationships__.*/
1415
]
1516

0 commit comments

Comments
 (0)