forked from AkkomaGang/akkoma
format
This commit is contained in:
parent
9134ef5ecb
commit
742b86fdaa
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ def id(obj), do: obj.id
|
|||
def encode(%{timestamp: _} = hashtag) do
|
||||
%{
|
||||
hashtag: hashtag.name,
|
||||
timestamp: hashtag.timestamp
|
||||
}
|
||||
timestamp: hashtag.timestamp
|
||||
}
|
||||
end
|
||||
|
||||
def encode(hashtag) do
|
||||
|
|
Loading…
Reference in a new issue