79081870

Date: 2024-10-12 20:38:25
Score: 3
Natty:
Report link

As I don't have the needed 50 reputation I am just gonna leave a comment like this...

I have tried to use @EvanTrow code and it started to work after I made a small change (Oct. 2024):

// ❌ Does not work:
const {data, error} = await query();
    
// ✅ Works:
const {data, error} = await query;

I hope this small addition helps others in the future!

Reasons:
  • RegEx Blacklisted phrase (1.5): 50 reputation
  • Has code block (-0.5):
  • User mentioned (1): @EvanTrow
  • Low reputation (1):
Posted by: Jonathan