Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Squidex/squidex
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jun 8, 2023
2 parents 7fa842c + 74408bb commit c03dd17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ To make the migration as easy as possible, the default implementation uses Mongo
* **Identity**: Fix a minor memory leak in a third partyy component.
* **Monitoring**: Improve health check and collect actual memory usage, not managed memory usage.
* **Monitoring**: Special setting to collect memory dumps automatically.
* **Scripting**: Validate content via sscripting.
* **Scripting**: Validate content via scripting.

### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public PolymorphicConverter(TypeRegistry typeRegistry)
}
}

ThrowHelper.JsonException($"Object has no discriminator '{discriminatorName}.");
ThrowHelper.JsonException($"Object has no discriminator '{discriminatorName}'.");
return default!;
}

Expand Down

0 comments on commit c03dd17

Please sign in to comment.