BE: changes #1251
Some checks failed
docker / docker_dev (push) Has been cancelled

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-11-02 13:55:51 +11:00
parent c3c570ef5f
commit a27ee5c2f2
2 changed files with 2 additions and 2 deletions

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 # Allows chaining by returning self
return self # Allows chaining by returning self