minor changes

This commit is contained in:
miconis 2021-03-25 10:29:34 +01:00
parent 348b0ef921
commit 5dfb66b0fa
1 changed files with 2 additions and 3 deletions

View File

@ -106,9 +106,8 @@ public class SparkPrepareNewOrgs extends AbstractSparkAction {
.mode(SaveMode.Append)
.jdbc(dbUrl, dbTable, connectionProperties);
// TODO de-comment once finished
// if (!apiUrl.isEmpty())
// updateSimRels(apiUrl);
if (!apiUrl.isEmpty())
updateSimRels(apiUrl);
}