Skip to content

Commit 6f8984e

Browse files
committed
@sanderegg review: doc
1 parent 9664233 commit 6f8984e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

services/catalog/src/simcore_service_catalog/core/background_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _by_version(t: tuple[ServiceKey, ServiceVersion]) -> Version:
9797
**inherited_data["metadata_updates"],
9898
}
9999

100-
# 4. Create or update the service in the database
100+
# 4. Upsert values in database
101101
await services_repo.create_or_update_service(
102102
ServiceMetaDataDBCreate(**metadata_updates, owner=owner_gid),
103103
service_access_rights,

services/catalog/src/simcore_service_catalog/service/access_rights.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ async def evaluate_default_service_ownership_and_rights(
6060
- Services published after August 19, 2020 are only accessible to their owner
6161
- Frontend services are accessible to everyone regardless of publication date
6262
63-
Args:
64-
app: FastAPI application instance containing database engine and settings
65-
service: Service metadata including key, version, contact and authors information
66-
6763
Returns:
6864
A tuple containing:
6965
- The owner's group ID (gid) if found, None otherwise

0 commit comments

Comments
 (0)