mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: remove req.body from the splash object when update
This commit is contained in:
parent
314c60393f
commit
0199d1f211
@ -36,7 +36,6 @@ class UserSplashController extends Controller {
|
||||
const { id } = req.params;
|
||||
|
||||
const splash = {
|
||||
...req.body,
|
||||
splashId: id,
|
||||
userId: user.id,
|
||||
seen: true,
|
||||
|
Loading…
Reference in New Issue
Block a user