From a6334098a207687bc681e1a821168cf55fbeeeea Mon Sep 17 00:00:00 2001 From: Gasan Guseinov Date: Thu, 28 Nov 2024 11:21:09 +0100 Subject: [PATCH] update Signed-off-by: Gasan Guseinov --- plugins/techdocs-node/src/stages/publish/googleStorage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/techdocs-node/src/stages/publish/googleStorage.ts b/plugins/techdocs-node/src/stages/publish/googleStorage.ts index e0da6ab528..3eac9834d2 100644 --- a/plugins/techdocs-node/src/stages/publish/googleStorage.ts +++ b/plugins/techdocs-node/src/stages/publish/googleStorage.ts @@ -348,7 +348,6 @@ export class GoogleGCSPublish implements PublisherBase { * can be used to verify if there are any pre-generated docs available to serve. */ async hasDocsBeenGenerated(entity: Entity): Promise { - Promise.resolve(); return new Promise(resolve => { const entityTriplet = `${entity.metadata.namespace}/${entity.kind}/${entity.metadata.name}`; const entityDir = this.legacyPathCasing