Skip to content

Commit eabfad7

Browse files
committed
Fake checkpoints
1 parent 09ca047 commit eabfad7

File tree

1 file changed

+4
-0
lines changed
  • packages/my-shared-docprovider/src

1 file changed

+4
-0
lines changed

packages/my-shared-docprovider/src/drive.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ export class MySharedDrive extends Drive implements ICollaborativeDrive {
102102
return await this._app.serviceManager.contents.get(localPath, options);
103103
}
104104

105+
async listCheckpoints(path: string): Promise<Contents.ICheckpointModel[]> {
106+
return [];
107+
}
108+
105109
/**
106110
* Save a file.
107111
*

0 commit comments

Comments
 (0)