This commit is contained in:
Christopher Cookman 2025-10-25 10:20:01 -06:00
parent 12478759ad
commit 1a430e1b4a

View file

@ -29,7 +29,7 @@ const main = async () => {
const extension = match[2];
const target = match[3];
forwards[`${type}/${extension}`] = target;
forwards[`${type}/${extension}`] = target.replace(/\s+$/, '');
}
}
}