mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-05-05 00:53:14 +00:00
Fix build
This commit is contained in:
parent
602516436a
commit
eed0331ce1
@ -144,11 +144,11 @@ export const CodexSdk = {
|
||||
|
||||
export const PortForwardingUtil = {
|
||||
...PUtil,
|
||||
check: (port: number) => {
|
||||
check: (ip: string, port: number) => {
|
||||
if (import.meta.env.CI) {
|
||||
return Promise.resolve({ reachable: true })
|
||||
}
|
||||
|
||||
return PUtil.check(port)
|
||||
return PUtil.check([ip, port])
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user