pass socketIOClientId to incomingInput

This commit is contained in:
Henry
2023-08-19 16:10:16 +01:00
parent 260b13bb99
commit 36338c9197
+2 -1
View File
@@ -806,7 +806,8 @@ export class App {
incomingInput = {
question: req.body.question ?? 'hello',
overrideConfig,
history: []
history: [],
socketIOClientId: req.body.socketIOClientId
}
}