Skip to content

Commit 848fe33

Browse files
committed
fix: build
1 parent 91bbd9c commit 848fe33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/server/util/enabledContentTypes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import get from 'lodash/get';
2-
import { UID, Schema } from '@strapi/strapi';
2+
import { Schema } from '@strapi/strapi';
33

44
import { pluginId } from './pluginId';
55

6-
export const isContentTypeEnabled = (ct: UID.ContentType) => {
6+
export const isContentTypeEnabled = (ct: Schema.ContentType) => {
77
let contentType: Schema.ContentType;
88

99
if (typeof ct === 'string') {

0 commit comments

Comments
 (0)