Prechádzať zdrojové kódy

feat: 删除debugger

year 2 mesiacov pred
rodič
commit
816891ecf9

+ 0 - 1
src/app/[locale]/(doings)/continuous/page.tsx

@@ -264,7 +264,6 @@ const Page = () => {
                 activity_id: Number(query.activity_id),
                 id: data.days,
             });
-            debugger;
             if (res.code === 200 && res?.data?.code === 1) {
                 const amountObj: any = {};
                 if (res?.data?.reward) {