forked from GitHubMirrors/silverbullet-icalendar
2
hello.ts
2
hello.ts
@@ -8,5 +8,5 @@ const loneRangerQuotes = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export async function helloWorld() {
|
export async function helloWorld() {
|
||||||
flashNotification(loneRangerQuotes[Math.floor(Math.random() * loneRangerQuotes.length)]);
|
await flashNotification(loneRangerQuotes[Math.floor(Math.random() * loneRangerQuotes.length)]);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user