Skip to content

Commit 6a1a28c

Browse files
committed
fix(tools): import normalizeToolId for internal use after extracting to normalize.ts
1 parent 00f8094 commit 6a1a28c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/tools/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,8 @@ async function applyHostedKeyCostToResult(
550550
}
551551
}
552552

553+
import { normalizeToolId } from '@/tools/normalize'
554+
553555
export { normalizeToolId } from '@/tools/normalize'
554556

555557
/**

0 commit comments

Comments
 (0)