Skip to content

Commit

Permalink
Use internal method
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed Sep 4, 2021
1 parent 950b2e6 commit cbb15fd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,7 @@ private <T> ConnectorCounter updateConnectorDefinitions(DSLContext ctx,
}

if (!connectorRepositoryToIdVersionMap.containsKey(repository)) {
writeConfig(configType, configType.getId(latestDefinition), latestDefinition);
newCount += 1;
newCount += insertConfigRecord(ctx, timestamp, configType.name(), configJson, configType.getIdFieldName());
continue;
}

Expand Down

0 comments on commit cbb15fd

Please sign in to comment.