fixed typo

This commit is contained in:
Gani Georgiev 2024-10-25 10:36:40 +03:00
parent 747c490b0a
commit 9d2637847d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- Reuse the OAuth2 created user record pointer to ensure that all its following hooks operate on the same record instance. - Reuse the OAuth2 created user record pointer to ensure that all its following hooks operate on the same record instance.
- Added tags support for the `OnRecordFileToken` hook. - Added tags support for the `OnFileTokenRequest` hook.
- Other minor changes (added index for the `_collections` type column, added more detailed godoc for the collection fields and `core.App` methods, fixed flaky record enrich tests, etc.). - Other minor changes (added index for the `_collections` type column, added more detailed godoc for the collection fields and `core.App` methods, fixed flaky record enrich tests, etc.).