2
0

🚑 Revert resultId optional in startChat response

This commit is contained in:
Baptiste Arnaud
2023-12-23 10:13:27 +01:00
parent 867e68c4d9
commit 6e076e9fb8
3 changed files with 2 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ export const startChat = publicProcedure
},
messages,
input,
resultId: resultId as string,
resultId,
dynamicTheme,
logs,
clientSideActions,