mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
Merge pull request #15580 from strapi/fix/ignore-audit-log-on-data-transfer
This commit is contained in:
commit
ded9dfc2a5
@ -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') => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user