1
0
Fork 0

fix superfluous re-creation attempts for collections

This commit is contained in:
jsteemann 2017-05-30 18:20:37 +02:00
parent 2961f33a4b
commit 7b57bdf5f6
1 changed files with 4 additions and 0 deletions

View File

@ -675,6 +675,10 @@ bool ImportHelper::checkCreateCollection() {
return true;
}
if (!_firstChunk) {
return true;
}
std::string const url("/_api/collection");
VPackBuilder builder;