Skip to content

Commit

Permalink
chore: improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Sep 11, 2024
1 parent 1178e37 commit 0ccf16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/pkg/engine/resolve/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ func (l *Loader) mergeErrors(res *result, fetchItem *FetchItem, value *astjson.V

v := []*astjson.Value{errorObject}

// Only datasource information are attached to the root error
// Only datasource information are attached to the root error in wrap mode
l.optionallyAttachServiceNameToErrorExtension(v, res.ds.Name)
l.setSubgraphStatusCode(v, res.statusCode)

Expand Down

0 comments on commit 0ccf16d

Please sign in to comment.