From a3deb8ef4991b025fdb740de404cf01aa9de4fdc Mon Sep 17 00:00:00 2001 From: clearloop Date: Tue, 20 Aug 2024 02:53:41 +0800 Subject: [PATCH] chore(api): bundle new api --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 8877106..1d1c215 100644 --- a/dist/index.js +++ b/dist/index.js @@ -29021,7 +29021,7 @@ class Api { return job; } else { - this.updateCheck(check.id, job); + await this.updateCheck(check.id, job); check.status = job.status === 'waiting' ? 'in_progress' : job.status; check.conclusion = job.conclusion;