Skip to content

Commit

Permalink
style: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Feb 15, 2024
1 parent b15f638 commit 6952057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Endpoint } from '@/server/api/endpoint-base.js';
import { DI } from '@/di-symbols.js';
import { ApiError } from '@/server/api/error.js';
import { QueryService } from '@/core/QueryService.js';
import {IEndpointMeta} from "@/server/api/endpoints.js";
import type { IEndpointMeta } from '@/server/api/endpoints.js';

export const meta = {
tags: ['admin'],
Expand Down

0 comments on commit 6952057

Please sign in to comment.