Skip to content

Commit 887c28c

Browse files
authored
fix: "state is not specified" error when using LINE provider (#12703)
1 parent 5a2f595 commit 887c28c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/core/src/providers/line.ts

+1
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,6 @@ export default function LINE<P extends LineProfile>(
9494
},
9595
style: { bg: "#00C300", text: "#fff" },
9696
options,
97+
checks: ["state"],
9798
}
9899
}

0 commit comments

Comments
 (0)