Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Aug 29, 2024
1 parent d4fea8c commit 014ee7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion scripts/filter-vchap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ while (true) {
console.log("Done %i / %i (%s)", i, rows?.length, row.season)
allFailure = false
} catch (err) {

if (
(err as unknown as any)?.message === "Can't find chap" &&

Check warning on line 47 in scripts/filter-vchap.ts

View workflow job for this annotation

GitHub Actions / Run eslint scanning

Unexpected any. Specify a different type
REMOVE_ROW_LOSS
Expand Down
1 change: 1 addition & 0 deletions src/components/app/button-follow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

<script setup lang="ts">
import { Icon } from "@iconify/vue"
import { QCard } from "quasar"
import { useAuthStore } from "stores/auth"
const { t } = useI18n()
Expand Down

0 comments on commit 014ee7b

Please sign in to comment.