Skip to content

Commit

Permalink
chore: Delete unused actionTitle field in BAM actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzzy42 authored and xdy committed Oct 20, 2024
1 parent 698988b commit 476d5ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module/feature/macros/basicActionMacros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ type MacroAction = {
// Optional parameters for an Action.use() call
options?: Partial<ActionUseOptions>;
actionType?: "basic" | "skill_untrained" | "skill_trained" | "other";
actionTitle?: string;
};

/**
Expand Down

0 comments on commit 476d5ef

Please sign in to comment.