I can use the isdefault validator to make sure that a form field doesn't set a data field, but that may not be the best way.

This commit is contained in:
Zed A. Shaw 2025-07-11 12:10:45 -04:00
parent de24d64f44
commit 77e4c3fa5b
2 changed files with 8 additions and 9 deletions

View file

@ -40,4 +40,3 @@ func ReceivePost[T any](c *fiber.Ctx) (*T, error) {
return result, nil
}