missing semicolon

This commit is contained in:
Damodar Lohani
2021-11-18 18:32:54 +05:45
parent f0170d7022
commit adc1e3f2af
@@ -329,7 +329,7 @@ class Swagger2 extends Format
$node['items'] = [
'type' => 'string',
];
$node['x-example'] = '["role:all"]'
$node['x-example'] = '["role:all"]';
break;
case 'Appwrite\Auth\Validator\Password':
$node['type'] = $validator->getType();