feat: set req.user.id for runByUserId
This commit is contained in:
@@ -148,6 +148,7 @@ router.put('/runs/:id', requireSignIn, async (req, res) => {
|
|||||||
interpreterSettings: req.body,
|
interpreterSettings: req.body,
|
||||||
log: '',
|
log: '',
|
||||||
runId,
|
runId,
|
||||||
|
runByUserId: req.user.id,
|
||||||
serializableOutput: {},
|
serializableOutput: {},
|
||||||
binaryOutput: {},
|
binaryOutput: {},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user