1
0
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:
Umar Getagazov 2021-11-10 14:21:11 +07:00
parent 8246a8473c
commit 82014ce3f4

View File

@ -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