Skip to content

Commit 4693572

Browse files
committed
remove unused var
1 parent b62e569 commit 4693572

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

apps/sim/providers/gemini/core.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ async function executeToolCallsBatch(
9595
return { success: false, state }
9696
}
9797

98-
const batchStartTime = Date.now()
99-
100-
// Execute all tool calls in parallel
10198
const executionPromises = functionCallParts.map(async (part) => {
10299
const toolCallStartTime = Date.now()
103100
const functionCall = part.functionCall!

0 commit comments

Comments
 (0)