Relative Content

Tag Archive for javascriptif-statementasynchronousasync-await

Await inside if block not waiting

I am loading some data from a DB table using sequelize and caching it in an in-memory object with a TTL so I don’t keep reading from the DB over and over again.