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 60a113f commit c972fddCopy full SHA for c972fdd
packages/bundler-plugin-core/src/utils/getPreSignedURL.ts
@@ -4,7 +4,7 @@ import { FailedFetchError } from "../errors/FailedFetchError.ts";
4
import { UploadLimitReachedError } from "../errors/UploadLimitReachedError.ts";
5
import { type ProviderServiceParams } from "../types.ts";
6
import { fetchWithRetry } from "./fetchWithRetry.ts";
7
-import { debug, green, red } from "./logging.ts";
+import { green, red } from "./logging.ts";
8
import { preProcessBody } from "./preProcessBody.ts";
9
import { NoUploadTokenError } from "../errors/NoUploadTokenError.ts";
10
import { findGitService } from "./findGitService.ts";
0 commit comments