Skip to content

Commit 0a52774

Browse files
committed
fix lint
1 parent 9ac2dc6 commit 0a52774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/api/board.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { toast } from "$lib/models/ToastStore.svelte";
22

3-
export async function saveBoard(data: { board: boolean[][]; name: string }, isJapanese: boolean) {
3+
export async function saveBoard(data: { board: number[][]; name: string }, isJapanese: boolean) {
44
try {
55
const response = await fetch("/api/board", {
66
method: "POST",

0 commit comments

Comments
 (0)