Skip to content

Commit

Permalink
Merge pull request #19284 from strapi/fix/format-code
Browse files Browse the repository at this point in the history
fix(content-releases): format register file
  • Loading branch information
markkaylor authored Jan 19, 2024
2 parents d172fb0 + d417f05 commit 49afd59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/content-releases/server/src/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
import type { LoadedStrapi } from '@strapi/types';

import { ACTIONS } from './constants';
import { deleteActionsOnDeleteContentType, deleteActionsOnDisableDraftAndPublish } from './migrations';
import {
deleteActionsOnDeleteContentType,
deleteActionsOnDisableDraftAndPublish,
} from './migrations';

const { features } = require('@strapi/strapi/dist/utils/ee');

Expand Down

0 comments on commit 49afd59

Please sign in to comment.