Skip to content

Commit 6c5269d

Browse files
author
zho
committed
#15-removed encodeURIComponent
1 parent 1a014e6 commit 6c5269d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/url-generation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function generatorMailing(metadata: Record<string, unknown>): UrlGenerationResul
3030
};
3131
}
3232
return {
33-
url: `https://lists.boost.org/archives/list/${encodeURIComponent(docIdOrThread)}/`,
33+
url: `https://lists.boost.org/archives/list/${docIdOrThread}/`,
3434
method: 'generated.mailing',
3535
};
3636
}

0 commit comments

Comments
 (0)