fixes for issues uncovered in integration

This commit is contained in:
Ian Norden
2019-12-02 13:24:51 -06:00
parent b83c0371d9
commit 34393ffb3f
290 changed files with 108690 additions and 893 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ func syncAndPublish() {
}
wg := &syn.WaitGroup{}
err = processor.Process(wg)
err = processor.SyncAndPublish(wg, nil, nil)
if err != nil {
log.Fatal(err)
}