We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76721c commit a7be658Copy full SHA for a7be658
apps/sim/lib/core/async-jobs/backends/trigger-dev.ts
@@ -128,7 +128,7 @@ export class TriggerDevJobQueue implements JobQueueBackend {
128
* Tags follow the `namespace:value` convention for consistent filtering.
129
* Max 10 tags per run, each max 128 chars.
130
*/
131
-function buildTags(type: JobType, options?: EnqueueOptions): string[] {
+function buildTags(_type: JobType, options?: EnqueueOptions): string[] {
132
const tags: string[] = []
133
const meta = options?.metadata
134
0 commit comments