Skip to content

Commit

Permalink
fix: revert hotfix (#934)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
MasterPtato committed Jun 20, 2024
1 parent 20796db commit 115f02e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/chirp-workflow/core/src/ctx/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ impl WorkflowCtx {
workflow_id: self.workflow_id,
name: self.name.clone(),
create_ts: self.create_ts,
ts: rivet_util::timestamp::now(),
ray_id: self.ray_id,

registry: self.registry.clone(),
Expand Down Expand Up @@ -485,7 +484,6 @@ impl WorkflowCtx {
workflow_id: self.workflow_id,
name: I::Workflow::NAME.to_string(),
create_ts: rivet_util::timestamp::now(),
ts: rivet_util::timestamp::now(),
ray_id: self.ray_id,

registry: self.registry.clone(),
Expand Down

0 comments on commit 115f02e

Please sign in to comment.