summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-10-10 17:55:48 +0200
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-10-10 17:55:48 +0200
commitc9e827b3e928b0e674b2455aea71d191864efb54 (patch)
tree96fad0c94aabfe1dba2fdacea923a2535c54b070 /api/assets
parent:bug: fix null user in identify (diff)
downloadserver-c9e827b3e928b0e674b2455aea71d191864efb54.tar.xz
Fix duplicate key
Diffstat (limited to 'api/assets')
-rw-r--r--api/assets/schemas.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json

index 4f1ab9a8..a12925e0 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -4744,7 +4744,7 @@ "type": "string" }, "permissions": { - "type": "bigint" + "type": "array" }, "color": { "type": "integer"