Skip to content

Commit f4d562d

Browse files
committed
Merge branch 'master' into revert-monthly-contributor
2 parents 41ae3ac + 0413f86 commit f4d562d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def workspace_service(self, workspace_id):
298298
Returns response from server as JSON dict or None if endpoint is not found
299299
"""
300300
resp = self.get(f"/v1/workspace/{workspace_id}/service")
301-
return json.loads(resp)
301+
return json.load(resp)
302302

303303
def workspace_usage(self, workspace_id):
304304
"""

0 commit comments

Comments
 (0)