Fix linter errors

This commit is contained in:
Henry Mercer
2023-01-18 20:22:33 +00:00
parent 5f644f971e
commit 10695e6a20
46 changed files with 93 additions and 62 deletions

1
lib/feature-flags.js generated
View File

@@ -215,6 +215,7 @@ class GitHubFeatureFlags {
throw new Error(`Encountered an error while trying to determine feature enablement: ${e}`);
}
}
return {};
}
}
//# sourceMappingURL=feature-flags.js.map