chore: remove AccountErrorNil

This commit is contained in:
Derrick Hammer 2024-02-17 09:02:17 -05:00
parent bbf8ec79d3
commit ca559eccc5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

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