common_fixes: Remove Utils.make_date call
This commit is contained in:
parent
c9d6638461
commit
2f8c3c842d
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ def fix_defaults(data) do
|
|||
Utils.create_context(data["context"] || data["conversation"])
|
||||
|
||||
data
|
||||
|> Map.put_new_lazy("published", &Utils.make_date/0)
|
||||
|> Map.put_new("context", context)
|
||||
|> Map.put_new("context_id", context_id)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue