Skip to content

Commit d0a522c

Browse files
committed
fix(triggers): remove leftover no-op blocks.push() in linear utils
1 parent 7349b13 commit d0a522c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/sim/triggers/linear/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ export function buildLinearV2SubBlocks(options: {
170170
condition: { field: 'selectedTriggerId', value: triggerId },
171171
})
172172

173-
blocks.push()
174-
175173
blocks.push({
176174
id: 'triggerInstructions',
177175
title: 'Setup Instructions',

0 commit comments

Comments
 (0)