Skip to content

Commit 56107e6

Browse files
committed
Add type to captcha data
1 parent cee771b commit 56107e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/server/captcha.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type Captcha = {
88
}[];
99
};
1010

11-
const captchas = [
11+
const captchas: { name: string; preheading: string; heading: string; shuffle?: boolean; correct: boolean[] }[] = [
1212
{
1313
name: "jigsaw",
1414
preheading: "Select all squares with a",

0 commit comments

Comments
 (0)