Fixed not working check of unique keys for fields in the pass

This commit is contained in:
alexandercerutti
2018-10-17 20:25:28 +02:00
parent 1525e0e0ce
commit af3c2b2159
2 changed files with 20 additions and 7 deletions

View File

@@ -149,6 +149,8 @@ class Pass {
archive.pipe(passStream);
FieldsContainer.emptyUnique();
return archive.finalize().then(() => passStream);
});
}