This commit is contained in:
Your Name 2023-10-07 09:41:57 -04:00
parent 016aacca97
commit 29e82ce611
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ func (u *UserData) Set(key, value string) error {
m.Value = value
m.ID = insertid
u.Meta[key] = m
log.Printf("%#v", u)
return nil
}