Monorepo for Tangled tangled.org

lexicons: `accept` should be an array of strings

Signed-off-by: Seongmin Lee <git@boltless.me>

Changed files
+3 -1
lexicons
pulls
+3 -1
lexicons/pulls/pull.json
··· 32 32 }, 33 33 "patchBlob": { 34 34 "type": "blob", 35 - "accept": "text/x-patch", 35 + "accept": [ 36 + "text/x-patch" 37 + ], 36 38 "description": "patch content" 37 39 }, 38 40 "source": {