chore: remove AccountErrorNil
This commit is contained in:
parent
bbf8ec79d3
commit
ca559eccc5
|
@ -15,7 +15,6 @@ import (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ErrInvalidOTPCode = errors.New("Invalid OTP code")
|
ErrInvalidOTPCode = errors.New("Invalid OTP code")
|
||||||
AccountErrorNil = &AccountError{}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type AccountServiceParams struct {
|
type AccountServiceParams struct {
|
||||||
|
|
Loading…
Reference in New Issue