mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-19 00:39:15 +00:00
style(graphql): Add missing comma
\
This commit is contained in:
parent
2e9cdf15ab
commit
57794c9535
|
@ -136,7 +136,7 @@ def get_system_provider_info() -> SystemProviderInfo:
|
|||
with ReadUserData() as user_data:
|
||||
return SystemProviderInfo(
|
||||
provider=user_data["server"]["provider"],
|
||||
id="UNKNOWN"
|
||||
id="UNKNOWN",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue