Skip to content

Commit 46f76f3

Browse files
committed
remove dev comment
1 parent b3bccc9 commit 46f76f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export async function getDrivesList() {
5353
*/
5454
export async function mountDrive(
5555
driveName: string,
56-
options: { provider: string } //region: string }
56+
options: { provider: string }
5757
) {
5858
const body: ReadonlyJSONObject = {
5959
drive_name: driveName,

0 commit comments

Comments
 (0)