mirror of
https://github.com/tale/headplane.git
synced 2026-08-06 04:07:41 +00:00
fix(TALE-34): use the http coded URL for socket
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user