a11smiles / GitSync

Either all code paths should have explicit returns, or none of them JS-0045
Anti-pattern
Minor
3 months ago2 years old
Expected to return a value at the end of async method 'updateIssues'
604        });
605    }
606
607    async updateIssues(config) {608        log.info("Updating issues...");
609        log.debug("AzDO Url:", config.ado.orgUrl);
610