We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04abcb8 commit e88c5e4Copy full SHA for e88c5e4
lib/services/livesync/playground/qr-code-generator.ts
@@ -32,7 +32,7 @@ export class PlaygroundQrCodeGenerator implements IPlaygroundQrCodeGenerator {
32
try {
33
const response = await this.$httpClient.httpRequest(shortenUrlEndpoint);
34
const responseBody = JSON.parse(response.body);
35
- url = responseBody.shortUrl || url;
+ url = responseBody.shortURL || url;
36
} catch (e) {
37
// use the longUrl
38
}
0 commit comments