Skip to content

Commit

Permalink
Update internal/database/actions.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 11, 2021
1 parent 3d7d57d commit bf917eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/database/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func GetMeasurementJSON(sess sqlbuilder.Database, measurementID int64) (map[stri
return nil, err
}
if measurement.IsUploaded {
// TODO this should be a function exposed by probe-engine
// TODO(bassosimone): this should be a function exposed by probe-engine
reportID := measurement.Measurement.ReportID.String
measurementURL := fmt.Sprintf("https://api.ooni.io/api/v1/raw_measurement?report_id=%s", reportID)
if measurement.URL.URL.Valid == true {
Expand Down

0 comments on commit bf917eb

Please sign in to comment.