1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-03-18 21:57:50 +02:00

fixed typo

This commit is contained in:
Gani Georgiev 2024-10-25 10:36:40 +03:00
parent 747c490b0a
commit 9d2637847d

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.
- 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.).