From 6cd3d17aa25911770c6748a3c79cc93b33e6d141 Mon Sep 17 00:00:00 2001 From: jfrer Date: Fri, 5 Jul 2024 16:08:28 +0200 Subject: [PATCH] docs: add comment explaining the workaround --- src/helpers/api.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/helpers/api.ts b/src/helpers/api.ts index 6e09a71..dccf74c 100644 --- a/src/helpers/api.ts +++ b/src/helpers/api.ts @@ -38,7 +38,13 @@ async function getLatestRuns(gtId?: string, workflowId?: string): Promise