So the statement was working for me for a while `await connection2.query("INSERT into revolv_events

So the statement was working for me for a while
await connection2.query("INSERT into revolv_events SET ? ON DUPLICATE KEY UPDATE ?", [ins, ins])
. It was saving into the db and everything just perfectly. Just today it stopped saving and instead throw that error.
Was this page helpful?