Skip to content

Commit

Permalink
Fixing accidental export
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert committed Oct 24, 2024
1 parent 7d823ab commit 9731ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9731ab5

Please sign in to comment.