Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
feat(firehose): remove reset by datetime (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekv24 authored Sep 20, 2023
1 parent d8025bc commit 0278786
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entropy/entropy.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,5 @@ type StartParams struct {
}

type ResetParams struct {
To string `json:"to"`
Datetime string `json:"datetime"`
To string `json:"to"`
}

0 comments on commit 0278786

Please sign in to comment.