Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrn committed Jan 10, 2025
1 parent a655fee commit 691235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/app/v3/marqs/sharedQueueConsumer.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ class SharedQueueTasks {
});

if (!attempt) {
logger.error("getExecutionPayloadFromAttempt: No attempt found", { id: attemptId });
logger.error("getResumePayload: No attempt found", { id: attemptId });
return;
}

Expand Down

0 comments on commit 691235d

Please sign in to comment.