We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5e9ef commit b90e7a0Copy full SHA for b90e7a0
hello.ts
@@ -8,5 +8,5 @@ const loneRangerQuotes = [
8
];
9
10
export async function helloWorld() {
11
- flashNotification(loneRangerQuotes[Math.floor(Math.random() * loneRangerQuotes.length)]);
12
-}
+ await flashNotification(loneRangerQuotes[Math.floor(Math.random() * loneRangerQuotes.length)]);
+}
0 commit comments