Skip to content

Commit 026dc53

Browse files
committed
chore: fix
1 parent 76820de commit 026dc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node/src/client.ts.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class Client {
271271
const latestFormat = responseType.headers.get('x-appwrite-default-response-format');
272272
const sentFormat = headers['x-appwrite-response-format'];
273273
if (defaultFormat && sentFormat && greaterThan(sentFormat, defaultFormat)) {
274-
console.warn(`Request made with SDK version {{ sdk.version }} using response format ${sentFormat} while the server latest is ${defaultFormat}. This may lead to unexpected behavior. Please downgrade your SDK version to match the server default. {{ sdk.url}}
274+
console.warn(`Request made with SDK version {{ sdk.version }} using response format ${sentFormat} while the server latest is ${defaultFormat}. This may lead to unexpected behavior. Please downgrade your SDK version to match the server default, see {{ sdk.gitURL }}/releases`);
275275
}
276276

277277
if (response.headers.get('content-type')?.includes('application/json')) {

0 commit comments

Comments
 (0)