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) {
|
||||
return {
|
||||
event,
|
||||
event: event as BusinessEvents | 'health_check',
|
||||
payload: obj,
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user