Skip to content

Commit

Permalink
remove clover stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Jan 25, 2024
1 parent 96c6264 commit 710ff48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions cmd/app/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ func (a *App) SetupDatabase() error {
case "mongodb":
a.Logger.Info("Database set to MongoDB!")
a.DB = mongodb.New()
case "clover":
return fmt.Errorf("database type not yet implemented.")
default:
return fmt.Errorf("database not available.")
}
Expand Down
3 changes: 0 additions & 3 deletions internal/database/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ type Config struct {
MongoDB struct {
Connection string
}
Clover struct {
Connection string
}
}

0 comments on commit 710ff48

Please sign in to comment.