79750484

Date: 2025-08-29 15:17:37
Score: 1
Natty:
Report link

Looks like you are always setting count to 1

    const response = await fetch('/add-crusher-columns', {
      method: 'POST',
      headers: {
        'Content-Type': 'application/json'
      },
      body: JSON.stringify({ count: 1 }) 
    });
  
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: evanhu96