We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3751ceb commit a53e023Copy full SHA for a53e023
1 file changed
backend/src/serverless/utils/nodeWorkerSQS.ts
@@ -74,6 +74,7 @@ export const sendNodeWorkerMessage = async (
74
log.info(
75
{
76
messageType: body.type,
77
+ body,
78
},
79
'Sending nodejs-worker sqs message!',
80
)
0 commit comments