Skip to content

Commit 1e4d10d

Browse files
committed
What is this
1 parent 4588c6f commit 1e4d10d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/lexical-service/src/lib/sync-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class SyncServiceClient {
2929
let response: Response;
3030

3131
if (this.config.serviceFetcher) {
32+
// How can this be correct??? the url would be https://sync-service/document/<docid>/raw ?????
3233
response = await this.config.serviceFetcher.fetch(`https://sync-service${path}`, {
3334
method: 'GET',
3435
headers: {

0 commit comments

Comments
 (0)