79345524

Date: 2025-01-10 11:26:15
Score: 1
Natty:
Report link

For me problem was groovy script, which set parameter id as string if not specified:

def params = utils.queries.params().put("id", personId).getMap()

so this helped:

def params = utils.queries.params().put("id", personId as Long).getMap()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: GintsGints