We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895d320 commit 4af5634Copy full SHA for 4af5634
1 file changed
app/sephirah/internal/biz/biztiphereth/user.go
@@ -214,7 +214,7 @@ func (t *Tiphereth) checkCapacity(ctx context.Context) *errors.Error {
214
if err != nil {
215
return pb.ErrorErrorReasonForbidden("server have invalid setting")
216
}
217
- count, err := t.userCountCache.Get(ctx)
+ count, err := t.userCountCache.GetWithFallBack(ctx, nil)
218
219
return pb.ErrorErrorReasonUnspecified("%s", err)
220
0 commit comments