Skip to content

Commit

Permalink
Experimental: Change the liff id
Browse files Browse the repository at this point in the history
  • Loading branch information
thi-investax committed Jan 7, 2025
1 parent 725c531 commit 27bc213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/LiffProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const LiffProvider: React.FC<LiffProviderProps> = ({ children }) => {

useEffect(() => {
liff
.init({ liffId: '2006747538-xQkGy9bm' })
.init({ liffId: '2006746651-DmRwZed0' })
.then(() => {
console.log('LIFF initialization is done')
setLiffObject(liff)
Expand Down

0 comments on commit 27bc213

Please sign in to comment.