Skip to content

Commit

Permalink
Ignore admin::audit-log on import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
Convly committed Jan 25, 2023
1 parent e72d2a0 commit cdcd83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/strapi/lib/commands/transfer/utils.js
Expand Up @@ -82,6 +82,7 @@ const DEFAULT_IGNORED_CONTENT_TYPES = [
'admin::role',
'admin::api-token',
'admin::api-token-permission',
'admin::audit-log',
];

const createStrapiInstance = async (logLevel = 'error') => {
Expand Down

0 comments on commit cdcd83d

Please sign in to comment.