Skip to content

Commit 4fc7f8a

Browse files
committed
fix lint issue
1 parent 6af8562 commit 4fc7f8a

File tree

1 file changed

+1
-0
lines changed
  • packages/create-vorsteh-queue/src

1 file changed

+1
-0
lines changed

packages/create-vorsteh-queue/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async function fetchTemplates(): Promise<Template[]> {
7373

7474
s.stop(`Found ${templates.length} templates`)
7575
return templates
76+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
7677
} catch (error) {
7778
s.stop("Failed to fetch templates")
7879
// Fallback to hardcoded templates

0 commit comments

Comments
 (0)