Closed trotzig closed 4 years ago
I noticed importjs was crashing when I had this code:
const [, item] = await db.Item.findByPk(id);
This code is valid, we just need to add some special-casing to ignore the destructured omission.
I noticed importjs was crashing when I had this code:
const [, item] = await db.Item.findByPk(id);
This code is valid, we just need to add some special-casing to ignore the destructured omission.