Alexandre BODIN 5ae0dc40cd feat!(content-manager): remove the ability to disable draft&publish (#18488)
* feat!: remove draft and publish triggering

* chore: update snapshots and tests

* test: adapt tests
2023-10-24 17:18:59 +01:00

8 lines
108 B
JavaScript

'use strict';
const hasPermissions = require('./hasPermissions');
module.exports = {
hasPermissions,
};