async init()

in plugins/soundcheck-backend-module-branch/src/module.ts [18:22]


      async init({ config, logger, soundcheck }) {
        soundcheck.addFactCollector(
          BranchCountFactCollector.create(config, logger),
        );
      },