ambiguous column name: UserName
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-09 11:11:23 +11:00
parent bc3591a690
commit c80ccd47bf
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ import (
// bindings are validated by https://github.com/go-playground/validator
type StoreInput struct {
//RoleId int `json:"roleId"`
SafeId int `json:"safeId"`
SafeName string `json:"safeName"`
DeviceName string `json:"deviceName"`