implement email queue
This commit is contained in:
@@ -186,7 +186,7 @@ func (d *SqliteDB) GetCustomer(id CustomerId) (*Customer, error) {
|
||||
return &customer, nil
|
||||
}
|
||||
|
||||
func (d *SqliteDB) GetUser(username Email, customerId CustomerId) (*User, error) {
|
||||
func (d *SqliteDB) GetUser(username UserEmail, customerId CustomerId) (*User, error) {
|
||||
tx, err := d.db.Begin()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user