Skip to content

Commit

Permalink
🐛 Remove async from demo function
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed May 14, 2020
1 parent 6f54103 commit 149f094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
/** JSDoc for this line */
export async function mode() {
export function mode() {
return 0;
}

0 comments on commit 149f094

Please sign in to comment.