Skip to content

Commit 7868e11

Browse files
committed
fix(ceremony): lint
1 parent d8c05a0 commit 7868e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceremony/src/lib/components/Terminal/Contributors.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { terminal } = getState()
1010
let contributions: Contributions | null = null
1111
let data: Array<{ text: string; action: string }> = $state([])
1212
13-
onMount(async () => {
13+
onMount(() => {
1414
contributions = new Contributions()
1515
})
1616

0 commit comments

Comments
 (0)