This commit is contained in:
eson 2023-08-31 10:10:46 +08:00
parent cf3994d7de
commit 9a7bb842f7
2 changed files with 7 additions and 1 deletions

View File

@ -272,7 +272,7 @@ func (u *FsUserModel) DebugAuthDelete(ctx context.Context, email string) (err er
}
}
return nil
return err
})
return err

View File

@ -1 +1,7 @@
package check
import "sync"
type LimitAfter struct {
sync.Map
}