fixing InfluxDB config

This commit is contained in:
Mose Mueller
2024-02-13 13:42:38 +01:00
parent c39bc4e514
commit 02e93136fc
+1 -1
View File
@@ -26,6 +26,6 @@ class PostgreSQLConfig(BaseConfig): # type: ignore
class InfluxDBConfig(BaseConfig): # type: ignore
url: AnyUrl
url: str
org: str
token: SecretStr