diff --git a/src/commands/autofix-pr/index.js b/src/commands/autofix-pr/index.js index 9627ea7..01e6d3f 100644 --- a/src/commands/autofix-pr/index.js +++ b/src/commands/autofix-pr/index.js @@ -1,2 +1,3 @@ export default { isEnabled: () => false, isHidden: true, name: 'stub' }; + diff --git a/src/commands/thinkback-play/index.ts b/src/commands/thinkback-play/index.ts index efa4bf7..19eaee2 100644 --- a/src/commands/thinkback-play/index.ts +++ b/src/commands/thinkback-play/index.ts @@ -15,3 +15,4 @@ const thinkbackPlay = { } satisfies Command export default thinkbackPlay +