1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-24 07:04:51 +02:00

fixed comment typo

This commit is contained in:
Gani Georgiev
2024-11-19 17:27:18 +02:00
parent 9fe4f87e5b
commit 52c64318c5

View File

@@ -188,8 +188,8 @@ func (f *TextField) ValidateValue(ctx context.Context, app App, record *Record)
}
// this technically shouldn't be necessarily but again to
// prevent minimize misuse of the Pattern validator that could
// cause side-effects on some platforms check for duplicates in a case-insensitive manner
// minimize misuse of the Pattern validator that could cause
// side-effects on some platforms check for duplicates in a case-insensitive manner
var exists bool
err := app.DB().
Select("(1)").