BE: invlaid return #1251

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-11-02 22:16:28 +11:00
parent 7c90c2e93c
commit b806f84946

View File

@@ -141,7 +141,7 @@ class app_state_class:
except (TypeError, ValueError) as e:
mylog('none', [f'[app_state_class] Failed to serialize object to JSON: {e}'])
return self # Allows chaining by returning self
return