diff --git a/hello.ts b/hello.ts index e8e528a..6bbba1c 100644 --- a/hello.ts +++ b/hello.ts @@ -8,5 +8,5 @@ const loneRangerQuotes = [ ]; export async function helloWorld() { - flashNotification(loneRangerQuotes[Math.floor(Math.random() * loneRangerQuotes.length)]); -} \ No newline at end of file + await flashNotification(loneRangerQuotes[Math.floor(Math.random() * loneRangerQuotes.length)]); +}