Updated coding standards

This commit is contained in:
Eldad Fux
2020-06-24 23:59:04 +03:00
parent 8e484d32d8
commit c7366c7453
11 changed files with 45 additions and 60 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ $utopia->post('/v1/database/collections/:collectionId/documents')
$key = (isset($rule['key'])) ? $rule['key'] : '';
$default = (isset($rule['default'])) ? $rule['default'] : null;
if(!isset($data[$key])) {
if (!isset($data[$key])) {
$data[$key] = $default;
}
}