Skip to content

Commit

Permalink
Merge branch 'feat/preview-testing' into feat/cdp-overflow-consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jun 19, 2024
2 parents dd433ad + c4df05c commit a10a917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const pipelineHogFunctionConfigurationLogic = kea<pipelineHogFunctionConf
}

const res = props.id
? await api.hogFunctions.create(payload)
? await api.hogFunctions.update(props.id, payload)
: await api.hogFunctions.create(payload)

lemonToast.success('Configuration saved')
Expand Down

0 comments on commit a10a917

Please sign in to comment.