79363813

Date: 2025-01-17 06:34:17
Score: 0.5
Natty:
Report link

In my case i have replaced this

const {User} = require('./models');

to this

const {user} = require('./models');

I have lowercased User model and it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Khalaf Nasirov