Skip to content

Commit 4cd8648

Browse files
committed
iterate on Drive constructor
1 parent 881ba71 commit 4cd8648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contents.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export class Drive implements Contents.IDrive {
2525
*/
2626
constructor(options: Drive.IOptions = {}) {
2727
this._serverSettings = ServerConnection.makeSettings();
28+
this._name = options.name ?? '';
2829
//this._apiEndpoint = options.apiEndpoint ?? SERVICE_DRIVE_URL;
2930
}
3031
/**

0 commit comments

Comments
 (0)