Skip to content

Commit

Permalink
Modify policy period
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhanbeom committed Dec 11, 2023
1 parent 96f024b commit 5021c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/graphql/sampling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ pub(super) enum Period {
SixHours = 0,
TwelveHours = 1,
OneDay = 2,
OneMonth = 3,
ThreeMonth = 4,
SixMonth = 5,
OneYear = 6,
}

impl Default for Period {
Expand Down

0 comments on commit 5021c72

Please sign in to comment.