1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00

fix: unnecessary escape

This commit is contained in:
diced 2025-02-02 17:47:11 -08:00
parent afbda50a21
commit e58c069ec3
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -72,7 +72,7 @@ export function parseString(str: string, value: ParseValue) {
}
if (['originalName', 'name'].includes(matches.groups.prop)) {
const decoded = decodeURIComponent(escape(getV[matches.groups.prop as keyof ParseValue['file']]));
const decoded = decodeURIComponent(getV[matches.groups.prop as keyof ParseValue['file']]);
str = replaceCharsFromString(
str,
modifier(