Skip to content

Commit c06ffdc

Browse files
committed
fix(rippling): remove operation field from tool params payload
1 parent cde074c commit c06ffdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/blocks/blocks/rippling.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ export const RipplingBlock: BlockConfig = {
320320
params: (params) => {
321321
const mapped: Record<string, unknown> = {
322322
apiKey: params.apiKey,
323-
operation: params.operation,
324323
}
325324

326325
if (params.employeeId) mapped.employeeId = params.employeeId

0 commit comments

Comments
 (0)