We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bdbc0 commit 8ab88c0Copy full SHA for 8ab88c0
JavaScript/g-async-await.js
@@ -12,7 +12,7 @@ const readConfig = async name => {
12
await pause();
13
console.log('(1) config loaded');
14
return { name };
15
-}
+};
16
17
const doQuery = async statement => {
18
0 commit comments