fixing InfluxDB config

This commit is contained in:
Mose Mueller 2024-02-13 11:28:09 +01:00
parent c39bc4e514
commit 02e93136fc

View File

@ -26,6 +26,6 @@ class PostgreSQLConfig(BaseConfig): # type: ignore
class InfluxDBConfig(BaseConfig): # type: ignore
url: AnyUrl
url: str
org: str
token: SecretStr