Skip to content

Commit

Permalink
fix: liff init
Browse files Browse the repository at this point in the history
  • Loading branch information
PMinn committed Mar 23, 2024
1 parent e94e78f commit 8b54317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/line/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function Form() {

useEffect(() => {
(async () => {
var liffId = "1655168208-29vA01a6";
var liffId = "1655168208-9NvVk86X";
try {
if (process?.env?.SETTINGS_LIFF_ID) liffId = process.env.SETTINGS_LIFF_ID;
} catch { }
Expand Down

0 comments on commit 8b54317

Please sign in to comment.