Skip to content

Commit 333b56a

Browse files
committed
chore: fix linting isue
1 parent a2c6c67 commit 333b56a

File tree

1 file changed

+1
-1
lines changed
  • packages/core/server/controllers

1 file changed

+1
-1
lines changed

packages/core/server/controllers/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import { Context } from 'koa';
3-
import { Schema, UID } from '@strapi/strapi';
3+
import { Schema } from '@strapi/strapi';
44

55
import { getPluginService } from '../util/getPluginService';
66
import { sanitizeOutput } from '../util/sanitizeOutput';

0 commit comments

Comments
 (0)