mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
'strapi-admin::isOwner': user => ({ 'strapi_created_by.id': user.id }),
|
|
};
|