doc(spec): fix the doc

pull/740/head
defclass 2020-11-25 12:33:50 +08:00
parent cf42b6ef81
commit a9257bdf8f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
(s/def :repos/repo (s/keys :req-un [:repos/id :repos/url :repos/branch :repos/installation_id]
:opt-un [:repos/token :repos/expires_at]))
; Didn't know how to impl `require token` version in :me key.
; Didn't know how to impl both `require token` and `not require token`version in :me key.
(s/def :repos/repo-require-token (s/keys :req-un [:repos/id :repos/url :repos/branch :repos/installation_id
:repos/token :repos/expires_at]))