Lint the language server package

This commit is contained in:
Josh Gross
2023-03-20 13:50:08 -04:00
parent a1d110dc33
commit 33b36dcbf2
3 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export function contextProviders(
cache: TTLCache
): ContextProviderConfig {
if (!repo || !client) {
return {getContext: (_: string) => Promise.resolve(undefined)};
return {getContext: () => Promise.resolve(undefined)};
}
const getContext = async (