From 4ba1085535c64efb62fbf8e4467fccee8f7e3d85 Mon Sep 17 00:00:00 2001 From: Bluemangoo Date: Thu, 8 May 2025 20:59:54 +0800 Subject: [PATCH] fix --- script/buct-cource-copy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/buct-cource-copy.js b/script/buct-cource-copy.js index 2dc6975..dc87778 100644 --- a/script/buct-cource-copy.js +++ b/script/buct-cource-copy.js @@ -40,9 +40,9 @@ }); } catch { await new Promise((resolve) => setTimeout(resolve, 1000)); - return poll(); + return this.poll(); } - poll(); + this.poll(); try { const data = await res.json(); if (data.status !== "nothing") {