Still trying to fix that merge...

This commit is contained in:
Erik Johnston 2017-10-10 13:55:07 +01:00 committed by GitHub
parent bb1d87485a
commit 280863b3d3

View file

@ -348,4 +348,4 @@ func (d *Database) CheckAccountAvailability(ctx context.Context, localpart strin
return true, nil
}
return false, err
}