Skip to content

Commit 00d1f46

Browse files
authored
fix: pass isCollection to update mutation (#436)
1 parent 5fa91c3 commit 00d1f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module/ModuleBuilder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class ModuleBuilder {
129129
setItem: setItemMutation(resourceBuilder, this.isCollection),
130130
startLoading: startLoadingMutation,
131131
endLoading: endLoadingMutation,
132-
update: updateMutation
132+
update: updateMutation(this.isCollection)
133133
}
134134

135135
if (this.apiMethods.allowsDeletion()) {

0 commit comments

Comments
 (0)