Skip to content

Commit 3ee332f

Browse files
committed
docs(runs): drop the org note from the settings lookup comment
Signed-off-by: davidlin20dev <davidlin20.dev@gmail.com>
1 parent e7e82fb commit 3ee332f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

runs/service/run_service.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@ func (s *RunService) CreateRun(
281281
request.RunSpec = runSpec
282282

283283
// Settings sit between an explicit request value and the static config defaults
284-
// applied below. Org is empty when the caller passed a ProjectId rather than a
285-
// RunId; the storage key encoder normalizes that to the default org.
284+
// applied below.
286285
resolved, err := resolveSettings(ctx, s.settingsRepo, &settings.SettingsKey{
287286
Org: runId.GetOrg(),
288287
Domain: runId.GetDomain(),

0 commit comments

Comments
 (0)