1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Fix missing env var category

This commit is contained in:
Matej Bačo 2022-12-27 23:58:30 +01:00
parent 070fb9b7cb
commit 014457636c

View file

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