Skip to content

Commit

Permalink
chore: simplify annoying double type
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Jun 14, 2024
1 parent 8597e90 commit d3cf52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/packages/quary-extension/src/web/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { createTestRunner } from './servicesRustWasm'
export const returnCommands = (
getServices: () => Promise<Services>,
extensionContext: ExtensionContext,
): Record<string, () => Promise<Result<undefined>>> =>
) =>
({
onboarding: onboarding(extensionContext),
importSources: importSources(getServices, extensionContext),
Expand Down

0 comments on commit d3cf52a

Please sign in to comment.