Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Nov 3, 2024
1 parent ca0fca0 commit 195aea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/kubernetes-job-agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const spinUpNewJobs = async (agent: JobAgent, agentId: string) => {
);
} catch (error: any) {
logger.error("Error spinning up new jobs", {
agentId: agentId,
agentId,
error: error.message,
});
throw error;
Expand Down

0 comments on commit 195aea5

Please sign in to comment.