Skip to content

Commit

Permalink
fix: cannot init config
Browse files Browse the repository at this point in the history
  • Loading branch information
izqalan committed Apr 1, 2024
1 parent 86dbd30 commit 0ad5378
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package main
import (
"fmt"
"github.com/izqalan/firehouse/cmd"
"github.com/izqalan/firehouse/utils"
"github.com/spf13/viper"
)

Expand All @@ -24,8 +23,6 @@ func init() {
return
}
}

utils.NewFirebaseClient()
}

func main() {
Expand Down

0 comments on commit 0ad5378

Please sign in to comment.