Skip to content

Commit 691235d

Browse files
committed
fix error message
1 parent a655fee commit 691235d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/marqs/sharedQueueConsumer.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ class SharedQueueTasks {
13611361
});
13621362

13631363
if (!attempt) {
1364-
logger.error("getExecutionPayloadFromAttempt: No attempt found", { id: attemptId });
1364+
logger.error("getResumePayload: No attempt found", { id: attemptId });
13651365
return;
13661366
}
13671367

0 commit comments

Comments
 (0)