Skip to content

Commit a29cbb1

Browse files
waleedlatif1claude
andcommitted
fix: remove unused workflowId variable in deleteVariable
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2ebcda9 commit a29cbb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/stores/variables/store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ export const useVariablesStore = create<VariablesStore>()(
235235
set((state) => {
236236
if (!state.variables[id]) return state
237237

238-
const workflowId = state.variables[id].workflowId
239238
const { [id]: _, ...rest } = state.variables
240239

241240
return { variables: rest }

0 commit comments

Comments
 (0)