Skip to content

Commit

Permalink
fix(ceremony): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Oct 30, 2024
1 parent d8c05a0 commit 7868e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/src/lib/components/Terminal/Contributors.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { terminal } = getState()
let contributions: Contributions | null = null
let data: Array<{ text: string; action: string }> = $state([])
onMount(async () => {
onMount(() => {
contributions = new Contributions()
})
Expand Down

0 comments on commit 7868e11

Please sign in to comment.