From 9731ab5bf5da31917feb1d00e19aa5cb78fd1479 Mon Sep 17 00:00:00 2001 From: Philippe Dellaert Date: Wed, 23 Oct 2024 22:26:38 -0700 Subject: [PATCH] Fixing accidental export --- src/commands/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/index.ts b/src/commands/index.ts index 309230d8..03c18b03 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -171,7 +171,7 @@ import { migratedCommand } from './general/migratedCommand'; //import { wolframalpha } from './utils/wolframalpha'; //import { zulu } from './utils/zulu'; -export const commands: BaseCommandDefinition[] = [ +const commands: BaseCommandDefinition[] = [ typeCommand, //bruheg, //boratorium,