From f0d575a0ee1dade226041d2452af5f409c5d6218 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:54:48 +0300 Subject: [PATCH] Fixes by misspell-fixer (#801) Co-authored-by: mburumaxwell --- .../Consumers/TriggerUpdateJobsEventConsumer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Tingle.Dependabot/Consumers/TriggerUpdateJobsEventConsumer.cs b/server/Tingle.Dependabot/Consumers/TriggerUpdateJobsEventConsumer.cs index 306d7416..b62e85b5 100644 --- a/server/Tingle.Dependabot/Consumers/TriggerUpdateJobsEventConsumer.cs +++ b/server/Tingle.Dependabot/Consumers/TriggerUpdateJobsEventConsumer.cs @@ -84,7 +84,7 @@ public async Task ConsumeAsync(EventContext context, Can job = new UpdateJob { // we use this to create azure resources which have name restrictions - // alphanumeric, starts with a letter, does not contain "--", upto 32 characters + // alphanumeric, starts with a letter, does not contain "--", up to 32 characters Id = $"job-{FlakeId.Id.Create()}", // flake is 19 chars, total is 23 chars Created = DateTimeOffset.UtcNow,