File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
2828 devUserIds: [' DEV_USER_ID_1' , ' DEV_USER_ID_2' ],
2929 devRoleIds: [' DEV_ROLE_ID_1' , ' DEV_ROLE_ID_2' ],
3030 skipBuiltInValidations: true ,
31+ bulkRegister: true ,
3132 });
3233
3334 client .login (' YOUR_TOKEN_HERE' );
@@ -60,6 +61,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
6061 devUserIds: [' DEV_USER_ID_1' , ' DEV_USER_ID_2' ],
6162 devRoleIds: [' DEV_ROLE_ID_1' , ' DEV_ROLE_ID_2' ],
6263 skipBuiltInValidations: true ,
64+ bulkRegister: true ,
6365 });
6466
6567 client .login (' YOUR_TOKEN_HERE' );
@@ -88,6 +90,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
8890 devUserIds: [' DEV_USER_ID_1' , ' DEV_USER_ID_2' ],
8991 devRoleIds: [' DEV_ROLE_ID_1' , ' DEV_ROLE_ID_2' ],
9092 skipBuiltInValidations: true ,
93+ bulkRegister: true ,
9194 });
9295
9396 client .login (' YOUR_TOKEN_HERE' );
You can’t perform that action at this time.
0 commit comments