mirror of
https://github.com/strapi/strapi.git
synced 2025-09-20 22:10:06 +00:00

* feat!: remove draft and publish triggering * chore: update snapshots and tests * test: adapt tests
8 lines
108 B
JavaScript
8 lines
108 B
JavaScript
'use strict';
|
|
|
|
const hasPermissions = require('./hasPermissions');
|
|
|
|
module.exports = {
|
|
hasPermissions,
|
|
};
|