Basically had an async function in JavaScript (nodejs app) that returned a list...unfortunately I forgot to call await on this testFunction(x, y) and so it broke so
testFunction(x, y)