Skip to content

Commit e62fbf5

Browse files
committed
bugfix: add hook to therapueticTargets on update to remove signatures
DEVSU-2953
1 parent 64b740e commit e62fbf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/routes/report/therapeuticTargets.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ router.route('/')
151151
ident: target.ident,
152152
},
153153
transaction,
154-
hooks: false,
154+
individualHooks: true,
155+
userId: req.user.id,
155156
},
156157
);
157158
}));

0 commit comments

Comments
 (0)