Skip to content

Commit

Permalink
🐛 fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
khalil committed Mar 22, 2024
1 parent df810bf commit b9f9702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golim.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (g *golim) getRole(ctx context.Context, db *sql.DB, cache *cache) (role.Get
return role.GetRoleRow{}, err
}
go func() {
cache.setLimiter(ctx, params, &row)
cache.setLimiter(ctx, &params, &row)
}()
return row, nil
}
Expand Down

0 comments on commit b9f9702

Please sign in to comment.