mirror of
https://github.com/strapi/strapi.git
synced 2025-11-17 10:38:30 +00:00
chore: remove unused import
This commit is contained in:
parent
cd5c508cd5
commit
075cd9050b
@ -7,10 +7,7 @@ const {
|
|||||||
|
|
||||||
const { STAGE_MODEL_UID, ENTITY_STAGE_ATTRIBUTE } = require('../../constants/workflows');
|
const { STAGE_MODEL_UID, ENTITY_STAGE_ATTRIBUTE } = require('../../constants/workflows');
|
||||||
const { getService } = require('../../utils');
|
const { getService } = require('../../utils');
|
||||||
const {
|
const { getContentTypeUIDsWithActivatedReviewWorkflows } = require('../../utils/review-workflows');
|
||||||
getDefaultWorkflow,
|
|
||||||
getContentTypeUIDsWithActivatedReviewWorkflows,
|
|
||||||
} = require('../../utils/review-workflows');
|
|
||||||
|
|
||||||
module.exports = ({ strapi }) => {
|
module.exports = ({ strapi }) => {
|
||||||
const workflowsService = getService('workflows', { strapi });
|
const workflowsService = getService('workflows', { strapi });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user