When doing ```ruby Ctx({template_uuid_prefix: "bb999abc", current_user: current_user}) ``` the ctx contains `params: nil`, which is wrong or at least not expected.
When doing
the ctx contains
params: nil, which is wrong or at least not expected.