fix
This commit is contained in:
parent
cf3994d7de
commit
9a7bb842f7
|
@ -272,7 +272,7 @@ func (u *FsUserModel) DebugAuthDelete(ctx context.Context, email string) (err er
|
|||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
return err
|
||||
})
|
||||
|
||||
return err
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
package check
|
||||
|
||||
import "sync"
|
||||
|
||||
type LimitAfter struct {
|
||||
sync.Map
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user