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 09ca047 commit eabfad7Copy full SHA for eabfad7
packages/my-shared-docprovider/src/drive.ts
@@ -102,6 +102,10 @@ export class MySharedDrive extends Drive implements ICollaborativeDrive {
102
return await this._app.serviceManager.contents.get(localPath, options);
103
}
104
105
+ async listCheckpoints(path: string): Promise<Contents.ICheckpointModel[]> {
106
+ return [];
107
+ }
108
+
109
/**
110
* Save a file.
111
*
0 commit comments