aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/testDuration.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/testDuration.ts')
-rw-r--r--src/commands/dev/testDuration.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/testDuration.ts b/src/commands/dev/testDuration.ts
index 719292e..2d636d2 100644
--- a/src/commands/dev/testDuration.ts
+++ b/src/commands/dev/testDuration.ts
@@ -27,9 +27,9 @@ export default class TestDurationCommand extends BushCommand {
slash: true,
slashOptions: [
{
- type: 'STRING',
name: 'reason',
description: 'Enter text and a duration here.',
+ type: 'STRING',
required: false
}
],