Add proper filter for name to JR-PB docked east

This commit is contained in:
b.makharadze 2025-06-12 16:02:21 +04:00
parent beb0195875
commit 77ca1115a0

View File

@ -356,7 +356,7 @@
},
"transforms": [
{
"code": "\treturn value[24:]",
"code": " return value.rsplit(\u0027/\u0027, 1)[-1]",
"type": "script"
}
],