mirror of
https://github.com/elder-plinius/P4RS3LT0NGV3.git
synced 2026-07-25 05:20:49 +02:00
QA: remove incorrect reverse for Vaporwave (not logically reversible); recheck suite
This commit is contained in:
@@ -96,10 +96,6 @@ const transforms = {
|
||||
preview: function(text) {
|
||||
if (!text) return '[base64]';
|
||||
return btoa(text.slice(0, 3)) + '...';
|
||||
},
|
||||
reverse: function(text) {
|
||||
// Remove spaces between characters
|
||||
return text.replace(/ /g, '');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user