try changing query
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-09 11:17:32 +11:00
parent c80ccd47bf
commit 309d9c8fa3
2 changed files with 16 additions and 17 deletions

View File

@@ -43,13 +43,6 @@ type UserSafe struct {
GroupId int `db:"GroupId"`
}
// Used for querying all secrets the user has access to
type UserSecret struct {
User
Group
Secret
}
func (u *User) SaveUser() (*User, error) {
var err error