Skip to content

Commit

Permalink
Remove insert bools
Browse files Browse the repository at this point in the history
  • Loading branch information
roxy-dao committed Nov 13, 2024
1 parent 3e5667c commit a920740
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions server/repository/src/mock/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -700,24 +700,11 @@ impl MockDataInserts {
}

pub fn program_indicators(mut self) -> Self {
self.contexts = true;
self.programs = true;
self.program_indicators = true;
self.indicator_lines = true;
self.indicator_columns = true;
self
}

pub fn indicator_values(mut self) -> Self {
self.contexts = true;
self.programs = true;
self.program_indicators = true;
self.indicator_lines = true;
self.indicator_columns = true;
self.period_schedules = true;
self.periods = true;
self.names = true;
self.stores = true;
self.indicator_values = true;
self
}
Expand Down

0 comments on commit a920740

Please sign in to comment.