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 b9a376e commit 416af88Copy full SHA for 416af88
remotes.go
@@ -125,7 +125,7 @@ func (*remotesTable) WithProjectFiltersAndIndex(
125
columns, filters []sql.Expression,
126
index sql.IndexValueIter,
127
) (sql.RowIter, error) {
128
- span, ctx := ctx.Span("gitbase.ReferencesTable.WithProjectFiltersAndIndex")
+ span, ctx := ctx.Span("gitbase.RemotesTable.WithProjectFiltersAndIndex")
129
s, ok := ctx.Session.(*Session)
130
if !ok || s == nil {
131
span.Finish()
0 commit comments