mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +00:00
Fixed not working check of unique keys for fields in the pass
This commit is contained in:
@@ -149,6 +149,8 @@ class Pass {
|
||||
|
||||
archive.pipe(passStream);
|
||||
|
||||
FieldsContainer.emptyUnique();
|
||||
|
||||
return archive.finalize().then(() => passStream);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user