Remove Guard from database/service/serviceDetail

This commit is contained in:
Fred Boniface 2024-04-24 23:16:55 +01:00
parent af0f1a3ed7
commit 023c82472d
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ type ServiceDetail struct {
Catering bool `json:"catering"`
Sleeper bool `json:"sleeper"`
Vstp bool `json:"vstp"`
Guard bool `json:"guard"`
}
type DeleteQuery struct {