fix syntax error in parse/1 and close module
This commit is contained in:
parent
770d65ff6a
commit
04a62d06de
1 changed files with 1 additions and 1 deletions
|
|
@ -62,5 +62,5 @@ defmodule Parser.Object do
|
|||
)
|
||||
end
|
||||
|
||||
def parse(data), do: %{data_type: :object, raw_
|
||||
def parse(data), do: %{data_type: :object, raw_data: data}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue