mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
fix: remove console
This commit is contained in:
@@ -56,9 +56,7 @@ export async function fetchSubscription(
|
||||
const params = isGuestSign
|
||||
? { contactId: contactObjId }
|
||||
: { extUserId: extUser, ispublic: isPublic };
|
||||
console.log("params", params);
|
||||
const tenatRes = await axios.post(url, params, { headers: headers });
|
||||
console.log("tenantRes", tenatRes);
|
||||
let plan, status, billingDate, adminId;
|
||||
if (isGuestSign) {
|
||||
plan = tenatRes.data?.result?.result?.plan;
|
||||
|
||||
Reference in New Issue
Block a user