fix incorrect class name on module-jsonfc

Signed-off-by: goenning <me@goenning.net>
This commit is contained in:
Guilherme Oenning
2021-11-16 11:34:52 +00:00
committed by goenning
parent 19a400b3d9
commit d0c47ec505
@@ -24,7 +24,7 @@ and modify the `techInsights.ts` file to contain a reference to the FactCheckers
+ logger,
+}),
const builder = new DefaultTechInsightsBuilder({
const builder = buildTechInsightsContext({
logger,
config,
database,