Skip to content

Commit 6234bad

Browse files
fix(artifact): drop userFacingName override so display matches /artifacts
1 parent 1c29b57 commit 6234bad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/commands/artifacts/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const artifacts = {
66
description:
77
'List HTML artifacts uploaded to cloud-artifacts in this session',
88
isEnabled: () => true,
9-
userFacingName: () => 'Artifacts',
109
load: () => import('./artifacts.js'),
1110
} satisfies Command
1211

0 commit comments

Comments
 (0)