mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +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 { getService } = require('../../utils');
|
||||
const {
|
||||
getDefaultWorkflow,
|
||||
getContentTypeUIDsWithActivatedReviewWorkflows,
|
||||
} = require('../../utils/review-workflows');
|
||||
const { getContentTypeUIDsWithActivatedReviewWorkflows } = require('../../utils/review-workflows');
|
||||
|
||||
module.exports = ({ strapi }) => {
|
||||
const workflowsService = getService('workflows', { strapi });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user