diff --git a/backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs b/backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs index 5d624844b..f4dad2476 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs +++ b/backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs @@ -208,7 +208,7 @@ namespace Squidex.Domain.Apps.Entities.Apps.Indexes } catch { - // Catch our own exception, juist in case something went wrong before. + // Catch our own exception, just in case something went wrong before. await cache.RemoveReservationAsync(token); throw; } diff --git a/backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs b/backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs index 6955036ff..d5f06f3cb 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs +++ b/backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs @@ -195,7 +195,7 @@ namespace Squidex.Domain.Apps.Entities.Schemas.Indexes } catch { - // Catch our own exception, juist in case something went wrong before. + // Catch our own exception, just in case something went wrong before. await cache.RemoveReservationAsync(token); throw; }