We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab31d1 commit f3663b7Copy full SHA for f3663b7
1 file changed
packages/desktop-cdn/src/index.ts
@@ -33,7 +33,7 @@ export async function fetchFromPath(
33
buildId?: string
34
) {
35
// Transform the path if it matches the latest-build pattern
36
- path = encodeURIComponent(transformLatestBuildPath(path));
+ path = transformLatestBuildPath(path);
37
38
const obj = await env.R2_BUCKET.head(path);
39
if (obj === null) {
0 commit comments