fix method name

This commit is contained in:
Alex Holliday
2025-06-08 08:57:45 +08:00
parent 267693668d
commit 8de2c0387c
@@ -55,7 +55,7 @@ class PulseQueueHelper {
this.logger.error({
message: error.message,
service: SERVICE_NAME,
method: "createJobHandler",
method: "getMonitorJob",
details: `Error sending notifications for job ${job.id}: ${error.message}`,
stack: error.stack,
});