79244675

Date: 2024-12-02 15:46:39
Score: 0.5
Natty:
Report link

I am not sure if this would help, but the getAttString(attribute: string) accepts string and your response returns data: {key: comma separated list} may be if you destruct your response

const {data} = {your response}
getAttString(data.CommaSeparatedString)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Denise Ignatova