Explorar o código

feat: 删除debugger

year hai 2 meses
pai
achega
816891ecf9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/app/[locale]/(doings)/continuous/page.tsx

+ 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) {