mirror of
https://github.com/strapi/strapi.git
synced 2025-11-07 21:58:23 +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 }),
|
||
|
|
};
|