diff --git a/orun/js.py b/orun/js.py index 55e571a..5e299c1 100644 --- a/orun/js.py +++ b/orun/js.py @@ -106,7 +106,7 @@ def encode(o): elif isinstance(o, JsObject): return o._id else: - return o + return str(o) class JsBlock: def __init__(self, *args, **kwargs):