Skip to content

Commit

Permalink
fix(provider): removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-arc10 committed Jan 13, 2025
1 parent 69a29be commit 238437f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/provider-console/src/pages/persistent-storage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,10 @@ const PersistentStoragePage: React.FC = () => {
}))
}
};
console.log("Payload to send:", payload);

const pstorageResponse: any = await restClient.post("/persistent-storage", payload);

if (pstorageResponse) {
console.log(pstorageResponse);
if (pstorageResponse.action_id) {
router.push(`/actions/${pstorageResponse.action_id}`);
}
Expand Down

0 comments on commit 238437f

Please sign in to comment.