1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

Merge pull request #4923 from appwrite/fix-missing-var-category

Fix missing env var category
This commit is contained in:
Eldad A. Fux 2022-12-28 01:05:57 +02:00 committed by GitHub
commit 14fb586c4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -868,6 +868,7 @@ return [
'filter' => ''
],
],
],
[
'category' => 'GraphQL',
'description' => '',
@ -901,5 +902,4 @@ return [
],
],
],
],
];