mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-25 04:53:06 +00:00
date-times are always strings
This commit is contained in:
parent
4c16f5d2ca
commit
863010ea63
|
@ -482,7 +482,7 @@ defp create_response do
|
|||
access_token: %Schema{type: :string},
|
||||
refresh_token: %Schema{type: :string},
|
||||
scope: %Schema{type: :string},
|
||||
created_at: %Schema{type: :integer, format: :"date-time"},
|
||||
created_at: %Schema{type: :string, format: :"date-time"},
|
||||
me: %Schema{type: :string},
|
||||
expires_in: %Schema{type: :integer},
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue