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
|
def encode(%{timestamp: _} = hashtag) do
|
||||||
%{
|
%{
|
||||||
hashtag: hashtag.name,
|
hashtag: hashtag.name,
|
||||||
timestamp: hashtag.timestamp
|
timestamp: hashtag.timestamp
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def encode(hashtag) do
|
def encode(hashtag) do
|
||||||
|
|
Loading…
Reference in a new issue