Skip to content

Commit

Permalink
update Firefox ESR versions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Feb 21, 2022
1 parent ca8db41 commit 22cd089
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/queries/firefox_esr.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use super::{Distrib, QueryResult};

pub(super) fn firefox_esr() -> QueryResult {
Ok(vec![
Distrib::new("firefox", "78"),
Distrib::new("firefox", "91"),
])
Ok(vec![Distrib::new("firefox", "91")])
}

#[cfg(test)]
Expand Down

0 comments on commit 22cd089

Please sign in to comment.