Small improvements to Affinity-Node

This commit is contained in:
Jan Oberhauser
2020-03-08 22:16:06 +01:00
parent 34d6d001d3
commit 4560d02823
4 changed files with 12 additions and 35 deletions

View File

@@ -16,17 +16,17 @@ export const organizationOperations = [
{
name: 'Create',
value: 'create',
description: 'Create a organization',
description: 'Create an organization',
},
{
name: 'Delete',
value: 'delete',
description: 'Delete a organization',
description: 'Delete an organization',
},
{
name: 'Get',
value: 'get',
description: 'Get a organization',
description: 'Get an organization',
},
{
name: 'Get All',
@@ -36,7 +36,7 @@ export const organizationOperations = [
{
name: 'Update',
value: 'update',
description: 'Update a organization',
description: 'Update an organization',
},
],
default: 'create',