79387961

Date: 2025-01-26 04:24:38
Score: 1.5
Natty:
Report link
const list = paddle.subscriptions.list();
const result = []; 

for await (const item of list) {
    result.push(item); 
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: chengfeng wang