linting fix

This commit is contained in:
Jamie (Bear) Murphy 2025-05-13 23:51:57 +01:00
parent ea5a17c26d
commit e77cdaee11

View file

@ -259,7 +259,6 @@ class PHPDeserialize extends Operation {
if (args[0]) {
return JSON.stringify(handleInput().value);
} else {
return stringifyWithIntegerKeys(handleInput().value);
}