Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahblair committed Jun 4, 2024
1 parent cfdfb4e commit 182045e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/js/src/utils/submit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,11 +639,7 @@ export function submit(
fire_event({
type: "data",
time: new Date(),
data: handle_payload(
data.data,
dependency,
config.components
),
data: data.data,
endpoint: _endpoint,
fn_index
});
Expand Down

0 comments on commit 182045e

Please sign in to comment.