Skip to content

Commit

Permalink
Fix: temporarily disable IPFS daemon check to debug CORs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Jan 25, 2024
1 parent 682bb2b commit 5c329b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
// Check for a Homestar WebSocket connection
checkHomestarConnection()
// Check if the IPFS daemon is running
await checkIPFSConnection()
// // Check if the IPFS daemon is running
// await checkIPFSConnection()
// Subscribe to Homestar network events
subscribNetworkEvents()
Expand Down

0 comments on commit 5c329b3

Please sign in to comment.