Skip to content

Commit

Permalink
Update intro.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco authored Dec 7, 2023
1 parent 938c29a commit 2871270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/intro.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (in *Introspection) addTable(table sdata.DBTable, alias string) (err error)
// add tableByID type to query and subscription
var ftQSByID FullType

if ftQSByID, err = in.addTableType(t, alias); err != nil {
if ftQSByID, err = in.addTableType(table, alias); err != nil {
return
}

Expand Down

0 comments on commit 2871270

Please sign in to comment.