mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-05 01:45:22 -05:00
fix: typo in db_providers.py
This commit is contained in:
@@ -48,7 +48,7 @@ class PostgresProvider(AbstractDBProvider, BaseSettings):
|
||||
if self.POSTGRES_URL:
|
||||
return self.POSTGRES_URL
|
||||
|
||||
self.db_url: str = str(
|
||||
self.POSTGRES_URL = str(
|
||||
PostgresDsn.build(
|
||||
scheme="postgresql",
|
||||
username=self.POSTGRES_USER,
|
||||
|
||||
Reference in New Issue
Block a user