From 3a5d1a62b929be0d0ae5d115b75d0a6f8d9c06ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20de=20CHAVIGNY?= Date: Sun, 4 Sep 2022 05:52:17 -0400 Subject: [PATCH] add sp2019 to worker --- packages/server/src/integrations/sp2019.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/server/src/integrations/sp2019.ts b/packages/server/src/integrations/sp2019.ts index 47cf78a7b..33d0d9ae5 100644 --- a/packages/server/src/integrations/sp2019.ts +++ b/packages/server/src/integrations/sp2019.ts @@ -44,7 +44,7 @@ import { }, }, query: { - create: { + /*create: { type: QueryType.FIELDS, fields: { key: { @@ -78,10 +78,10 @@ import { required: true, }, }, - }, + },*/ command: { readable: true, - displayName: "Sharepoint 2019 Lists Command", + displayName: "Sharepoint 2019 Get All Lists", type: QueryType.JSON, }, }, @@ -164,7 +164,7 @@ import { } } - async create(query: { key: string; value: string; ttl: number }) { + /*async create(query: { key: string; value: string; ttl: number }) { return this.spContext(async () => { const response = null return response @@ -183,7 +183,7 @@ import { const response = null return response }) - } + }*/ async command(query: { json: string }) { return this.spContext(async () => {