Skip to content

Commit

Permalink
fix: Fixing infinite loop
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jun 11, 2021
1 parent 0e62590 commit 30f6146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/user/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ func (a app) check(ctx context.Context, _, new model.User) error {
}

func (a app) Count(ctx context.Context) (uint64, error) {
return a.Count(ctx)
return a.userStore.Count(ctx)
}

0 comments on commit 30f6146

Please sign in to comment.