fix(TALE-34): use the http coded URL for socket

This commit is contained in:
Aarnav Tale 2024-10-03 15:15:56 -04:00
parent e8c1cadf54
commit 1555846df2
No known key found for this signature in database

View File

@ -67,7 +67,7 @@ export default createIntegration<Context>({
return false
}
context.client = new Client(url.href)
context.client = new Client(fetchU)
}
// Check if the socket is accessible