fix failing tests

This commit is contained in:
Hayden 2023-03-06 21:06:18 -09:00
parent e71146df3d
commit 3cfd274212
No known key found for this signature in database
GPG key ID: 17CF79474E257545
3 changed files with 9 additions and 5 deletions

View file

@ -43,7 +43,7 @@ type (
NotifierUpdate struct {
Name string `json:"name" validate:"required,min=1,max=255"`
IsActive bool `json:"isActive"`
URL *string `json:"url" extensions:"x-nullable" validate:"omitempty,shoutrrr"`
URL *string `json:"url" validate:"omitempty,shoutrrr" extensions:"x-nullable" `
}
NotifierOut struct {