mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[MIGRATION] - Fixed lint errors for empty function
This commit is contained in:
@@ -216,7 +216,7 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
||||
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['superadminuser', 'processadminuser'] },
|
||||
{ role: 'ACTIVITI_USER', groups: ['hr', 'sales', 'testgroup'], users: ['hruser'] }
|
||||
],
|
||||
infrastructure: { connectors: { restconnector: {} }, bridges: {} },
|
||||
infrastructure: { connectors: { restconnector: { /* empty */ } }, bridges: { /* empty */ } },
|
||||
enableLocalDevelopment: true,
|
||||
variables: {
|
||||
'process-runtime-service': {
|
||||
|
Reference in New Issue
Block a user