Skip to content

Commit 533090a

Browse files
committed
remove unused variable
1 parent d8429c1 commit 533090a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/pages/sponsors/[id].vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ const sponsorData: Sponsor =
4747
return s.id === sponsorId
4848
}) || emptySponsor
4949
50-
const { locale } = useI18n({ useScope: 'global' })
51-
5250
// 2023/10/01 LINE fukuoka 商号変更に伴うリダイレクト対応
5351
if (sponsorId === 'line-fukuoka') {
5452
throw navigateTo('/sponsors/line-yahoo-communications')

0 commit comments

Comments
 (0)