Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Aug 29, 2024
1 parent 18db9ef commit 79d97ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const createOrUpdateJob = (jobConfig: GradingJobConfig, isImmediateJob: b
})) > 0;

if (!imageBuilding && !imageWithSHAExists(jobConfig.grader_image_sha)) {
throw new GradingQueueOperationException(`No image exists or is being build with SHA sum ${jobConfig.grader_image_sha}`);
throw new GradingQueueOperationException(`No image exists or is being built with SHA sum ${jobConfig.grader_image_sha}`);
}

return await (imageBuilding ? placeJobInHoldingPen(jobConfig, tx) : createOrUpdateJobWithClient(jobConfig, isImmediateJob, tx));
Expand Down

0 comments on commit 79d97ac

Please sign in to comment.