‘await’ expressions are only allowed within async functions and at the top levels of modules.ts(1308)
index.ts(113, 5): Did you mean to mark this function as ‘async’?
‘await’ expressions are only allowed within async functions and at the top levels of modules
Share