Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Dec 5, 2023
1 parent b4386b0 commit e69f510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const timeouts = new Map<
const createWorkspace: Command = {
name: "workspace",
description: "Linux workspace management",
dmPermission: false,
options: [
{
name: "create",
Expand Down Expand Up @@ -269,7 +270,7 @@ cert: false
type: ComponentType.Button,
style: ButtonStyle.Primary,
customId: "extend-session",
label: "Add another hour",
label: "Add another 24 hours",
},
{
type: ComponentType.Button,
Expand Down Expand Up @@ -407,6 +408,7 @@ cert: false
const listWorkspaces: Command = {
name: "wadmin",
description: "Linux workspace management",
dmPermission: false,
options: [
{
name: "list",
Expand Down

0 comments on commit e69f510

Please sign in to comment.