We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96ec73 commit 278183cCopy full SHA for 278183c
seacatauth/authz/resource/service.py
@@ -136,8 +136,8 @@ async def _ensure_builtin_resources(self):
136
continue
137
138
if (
139
- (db_resource.get("managed_by") != "seacat-auth")
140
- or (description is not None and db_resource.get("description") != description)
+ (db_resource.get("managed_by") != "seacat-auth")
+ or (description is not None and db_resource.get("description") != description)
141
):
142
await self._update(db_resource, description, is_managed_by_seacat_auth=True)
143
0 commit comments