postgres-switch #113

Merged
lash merged 14 commits from postgres-switch into master 2024-10-22 16:04:56 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 6727bd3769 - Show all commits

View File

@ -29,7 +29,6 @@ var (
)
func init() {
fmt.Println("Running init")
initializers.LoadEnvVariables()
}

View File

@ -68,7 +68,7 @@ func (ms *MenuStorageService) GetPersister(ctx context.Context) (*persist.Persis
func (ms *MenuStorageService) GetUserdataDb(ctx context.Context) (db.Db, error) {
database, ok := ctx.Value("Database").(string)
if !ok {
fmt.Println("The database is not set")
return nil, fmt.Errorf("failed to select the database")
}
if database == "postgres" {
Alfred-mk marked this conversation as resolved Outdated
Outdated
Review

postgres shouold be implemented for both userdatatstore and state store

postgres shouold be implemented for both userdatatstore and state store