소스 검색

date-times are always strings

flash-support-csp
Miss Pasture 3 년 전
부모
커밋
863010ea63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/pleroma/web/api_spec/operations/account_operation.ex

+ 1
- 1
lib/pleroma/web/api_spec/operations/account_operation.ex 파일 보기

@@ -482,7 +482,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation 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},
#


불러오는 중...
취소
저장