mirror of https://gitee.com/bigwinds/arangodb
bracket mistake
This commit is contained in:
parent
1e7047ecb6
commit
f6d62d9c19
|
@ -663,7 +663,6 @@ Result RestReplicationHandler::testPermissions() {
|
|||
return Result(TRI_ERROR_HTTP_BAD_PARAMETER,
|
||||
"empty collection name");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return Result(TRI_ERROR_HTTP_BAD_PARAMETER,
|
||||
"invalid collection name type");
|
||||
|
@ -674,6 +673,7 @@ Result RestReplicationHandler::testPermissions() {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return Result(TRI_ERROR_NO_ERROR);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue