We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af8562 commit 4fc7f8aCopy full SHA for 4fc7f8a
packages/create-vorsteh-queue/src/index.ts
@@ -73,6 +73,7 @@ async function fetchTemplates(): Promise<Template[]> {
73
74
s.stop(`Found ${templates.length} templates`)
75
return templates
76
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
77
} catch (error) {
78
s.stop("Failed to fetch templates")
79
// Fallback to hardcoded templates
0 commit comments