in src/input.ts [45:47]
function removeTrailingSlash(url: string): string { return url.endsWith('/') ? url.slice(0, -1) : url }