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 4588c6f commit 1e4d10dCopy full SHA for 1e4d10d
js/lexical-service/src/lib/sync-service.ts
@@ -29,6 +29,7 @@ export class SyncServiceClient {
29
let response: Response;
30
31
if (this.config.serviceFetcher) {
32
+ // How can this be correct??? the url would be https://sync-service/document/<docid>/raw ?????
33
response = await this.config.serviceFetcher.fetch(`https://sync-service${path}`, {
34
method: 'GET',
35
headers: {
0 commit comments