Fixed lint issue
All checks were successful
Test (frontend) / vitest (22.x) (pull_request) Successful in 3m20s
Lint / pnpm_install (pull_request) Successful in 4m21s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m49s
Lint / lint (backend) (pull_request) Successful in 4m35s
Lint / lint (misskey-js) (pull_request) Successful in 3m59s
Lint / lint (frontend) (pull_request) Successful in 9m22s
Lint / lint (sw) (pull_request) Successful in 3m35s
Lint / typecheck (backend) (pull_request) Successful in 3m0s
Lint / typecheck (misskey-js) (pull_request) Successful in 3m53s

This commit is contained in:
Ashten 2025-01-18 21:51:23 -08:00
parent 0db05159d3
commit 274da9825a

View file

@ -27,7 +27,6 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</template>
<script lang="ts" setup>
import { computed } from 'vue';
import * as Misskey from 'misskey-js';