79791501

Date: 2025-10-15 18:26:21
Score: 0.5
Natty:
Report link

I guess the reason is the array

    :params => []
    :params => {}

Sample from the link shared

@request = 'Client.getList'
@params = {
    'pagination' => {
        'nbperpage' => 15
    },
    'search' => {
        'name' => 'test'
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nseaprotector