fix: event variable in readDataFromRequest function
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
@@ -84,7 +84,7 @@ export const readDataFromRequest = async ({
|
|||||||
|
|
||||||
if (isValid) {
|
if (isValid) {
|
||||||
return {
|
return {
|
||||||
event,
|
event: event as BusinessEvents | 'health_check',
|
||||||
payload: obj,
|
payload: obj,
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user