File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/methods/accessControl Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ const SupportedChains = {
7575} ;
7676
7777const evmConditions = Joi . array ( )
78- . min ( 1 )
7978 . required ( )
8079 . items (
8180 Joi . object ( {
@@ -127,7 +126,6 @@ const evmConditions = Joi.array()
127126 . unique ( ( a , b ) => a . id === b . id ) ;
128127
129128const solanaConditions = Joi . array ( )
130- . min ( 1 )
131129 . required ( )
132130 . items (
133131 Joi . object ( {
@@ -176,7 +174,6 @@ const solanaConditions = Joi.array()
176174 . unique ( ( a , b ) => a . id === b . id ) ;
177175
178176const coreumConditions = Joi . array ( )
179- . min ( 1 )
180177 . required ( )
181178 . items (
182179 Joi . object ( {
@@ -218,7 +215,6 @@ const coreumConditions = Joi.array()
218215 . unique ( ( a , b ) => a . id === b . id ) ;
219216
220217const radixConditions = Joi . array ( )
221- . min ( 1 )
222218 . required ( )
223219 . items (
224220 Joi . object ( {
You can’t perform that action at this time.
0 commit comments