chore: cleanup unused config properties
This commit is contained in:
parent
2acb319821
commit
72e171b960
6 changed files with 23 additions and 152 deletions
|
@ -41,7 +41,7 @@ pub struct Data {
|
|||
|
||||
impl Data {
|
||||
pub fn new() -> Result<Self> {
|
||||
let config = Config::new_from_env()?;
|
||||
let config = Config::new_from_env();
|
||||
let storage = Storage::new(&config.redis_url)?;
|
||||
let octocrab = octocrab::instance();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue