fix(TALE-34): use the http coded URL for socket
This commit is contained in:
parent
e8c1cadf54
commit
1555846df2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue