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 b3bccc9 commit 46f76f3Copy full SHA for 46f76f3
src/requests.ts
@@ -53,7 +53,7 @@ export async function getDrivesList() {
53
*/
54
export async function mountDrive(
55
driveName: string,
56
- options: { provider: string } //region: string }
+ options: { provider: string }
57
) {
58
const body: ReadonlyJSONObject = {
59
drive_name: driveName,
0 commit comments