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