Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Oct 2, 2024
1 parent 140b8b7 commit ecf631e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/backend/src/server/api/openapi/gen-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function genOpenapiSpec(config: Config, includeSelfRef = false) {

info: {
version: config.version,
basedMisskeyVersion: config.basedMisskeyVersion,
description: config.basedMisskeyVersion,
title: 'CherryPick API',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/user/lists.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>

<script lang="ts" setup>
import {} from 'vue';
import { } from 'vue';
import * as Misskey from 'cherrypick-js';
import MkPagination from '@/components/MkPagination.vue';
import MkStickyContainer from '@/components/global/MkStickyContainer.vue';
Expand Down

0 comments on commit ecf631e

Please sign in to comment.