fix bug in user service

This commit is contained in:
Dustin Pianalto
2021-01-23 14:59:35 -09:00
parent 70c1d2d35b
commit c01562cec5
2 changed files with 2 additions and 8 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
package geeksbot
import "database/sql"
type User struct {
ID string
SteamID sql.NullString
SteamID string
IsActive bool
IsStaff bool
IsAdmin bool