mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
Fix a typo
This commit is contained in:
parent
8246a8473c
commit
82014ce3f4
@ -20,7 +20,7 @@ type User struct {
|
||||
Group string `json:"group"`
|
||||
Password string `json:"hashed_password"`
|
||||
RegisteredAt time.Time `json:"registered_on"`
|
||||
// Source is where the user from. Valid values: valid, telegram.
|
||||
// Source is where the user from. Valid values: local, telegram.
|
||||
Source string `json:"source"`
|
||||
sync.RWMutex
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user