Skip to content
Snippets Groups Projects
Unverified Commit 4d31cef1 authored by rinsuki's avatar rinsuki Committed by GitHub
Browse files

Fix breaking change about format of accounts.created_at (#16186)

parent d1442a06
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class REST::AccountSerializer < ActiveModel::Serializer
end
def created_at
object.created_at.midnight.iso8601
object.created_at.midnight.as_json
end
def last_status_at
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment