Skip to content

Commit 03da329

Browse files
committed
♻️ Add type annotation (#1619)
1 parent baa2f12 commit 03da329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/workbooks/create/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
let workBookTasksForTable: WorkBookTaskCreate[] = $state([]);
3838
39-
$effect(() => {
39+
$effect((): void => {
4040
workBookTasksForTable = [] as WorkBookTaskCreate[];
4141
});
4242

0 commit comments

Comments
 (0)