From 6d111e3e45c3d541e82541fa46dfcbb297539421 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 27 Jul 2024 02:06:39 +0200 Subject: [PATCH] [backend] Fix typo --- Iceshrimp.Backend/Core/Services/QueueService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceshrimp.Backend/Core/Services/QueueService.cs b/Iceshrimp.Backend/Core/Services/QueueService.cs index 9b208caf..ae442681 100644 --- a/Iceshrimp.Backend/Core/Services/QueueService.cs +++ b/Iceshrimp.Backend/Core/Services/QueueService.cs @@ -209,7 +209,7 @@ public class PostgresJobQueue( * * The shutdown process functions as follows: * 1. While 'token' is not yet canceled, and there are still running jobs: - * 2.1 Wait for any job them to finish, or for 'token' to be canceled + * 1.1 Wait for any job them to finish, or for 'token' to be canceled */ public async Task ExecuteAsync( IServiceScopeFactory scopeFactory, CancellationToken token, CancellationToken queueToken