Skip to content

Commit

Permalink
docstore/gcpfirestore: Add missing resource header when running query
Browse files Browse the repository at this point in the history
  • Loading branch information
ybourgery committed Jan 25, 2024
1 parent 5f50137 commit b0bf66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docstore/gcpfirestore/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (c *collection) newDocIterator(ctx context.Context, q *driver.Query) (*docI
}, nil
}

////////////////////////////////////////////////////////////////
// //////////////////////////////////////////////////////////////
// The code below is adapted from cloud.google.com/go/firestore.

type docIterator struct {
Expand Down

0 comments on commit b0bf66e

Please sign in to comment.