Implemented developer database downloads
This commit is contained in:
@ -2,6 +2,6 @@ package arn
|
||||
|
||||
// EmailToUser stores the user ID for an email address.
|
||||
type EmailToUser struct {
|
||||
Email string `json:"email"`
|
||||
Email string `json:"email" primary:"true"`
|
||||
UserID UserID `json:"userId"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user