diff options
Diffstat (limited to 'internal/storage/postgres_provider.go')
| -rw-r--r-- | internal/storage/postgres_provider.go | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/storage/postgres_provider.go b/internal/storage/postgres_provider.go index ba766ccdd..fc4ce2fb6 100644 --- a/internal/storage/postgres_provider.go +++ b/internal/storage/postgres_provider.go @@ -80,5 +80,6 @@ func NewPostgreSQLProvider(configuration schema.PostgreSQLStorageConfiguration)  	if err := provider.initialize(db); err != nil {  		logging.Logger().Fatalf("Unable to initialize SQL database: %v", err)  	} +  	return &provider  }  | 
