Skip to content

Commit 9e639d7

Browse files
domingo2000dziraf
authored andcommitted
fix: update-hooks-from-false-to-true
1 parent a1b7224 commit 9e639d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class Resource extends BaseResource {
181181
[this.primaryKey()]: id,
182182
},
183183
individualHooks: true,
184-
hooks: false,
184+
hooks: true,
185185
});
186186
const record = await this.findById(id);
187187
return record.toJSON();

0 commit comments

Comments
 (0)