Skip to content

Commit 95b4817

Browse files
committed
file structure
1 parent 46c3f77 commit 95b4817

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/google_drive/actions/download-file/download-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fs from "fs";
33
import stream from "stream";
44
import { promisify } from "util";
55
import { GOOGLE_DRIVE_MIME_TYPE_PREFIX } from "../../common/constants.mjs";
6-
import googleWorkspaceExportFormats from "../google-workspace-export-formats.mjs";
6+
import googleWorkspaceExportFormats from "../common/google-workspace-export-formats.mjs";
77
import { toSingleLineString } from "../../common/utils.mjs";
88

99
/**

0 commit comments

Comments
 (0)