Browse Source

Spelling error.

pull/785/head
Sebastian 4 years ago
parent
commit
bca6fd386d
  1. 2
      backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs
  2. 2
      backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs

2
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;
}

2
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;
}

Loading…
Cancel
Save