We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a628d89 commit a24bd35Copy full SHA for a24bd35
tests/languages/apple/Tests.swift
@@ -32,7 +32,7 @@ class Tests: XCTestCase {
32
33
// reset configs
34
client.setProject("console")
35
- try client.setEndpointRealtime("ws://cloud.appwrite.io/v1")
+ client.setEndpointRealtime("ws://cloud.appwrite.io/v1")
36
37
let foo = Foo(client)
38
let bar = Bar(client)
tests/languages/web/node.js
@@ -83,7 +83,7 @@ async function start() {
83
}
84
85
try {
86
- response = client.setEndpoint("htp://cloud.appwrite.io/v1");
+ client.setEndpoint("htp://cloud.appwrite.io/v1");
87
} catch(error) {
88
console.log(error.message);
89
0 commit comments