You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
in lib/index.js, the function task() is marked as async when it isn't actually asynchronous. You can choose to remove the async from the definition and await from all the subsequent calls, or convert it to an async function by using the async versions of the file i/o functions
The text was updated successfully, but these errors were encountered:
api/lib/index.js
Line 23 in 7c1f7f1
in
lib/index.js
, the functiontask()
is marked as async when it isn't actually asynchronous. You can choose to remove theasync
from the definition andawait
from all the subsequent calls, or convert it to an async function by using theasync
versions of the file i/o functionsThe text was updated successfully, but these errors were encountered: