Skip to content

Commit

Permalink
Fixes by misspell-fixer (#801)
Browse files Browse the repository at this point in the history
Co-authored-by: mburumaxwell <[email protected]>
  • Loading branch information
github-actions[bot] and mburumaxwell authored Oct 16, 2023
1 parent 6b4f930 commit f0d575a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public async Task ConsumeAsync(EventContext<TriggerUpdateJobsEvent> 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,
Expand Down

0 comments on commit f0d575a

Please sign in to comment.