Closed sandeepone closed 6 years ago
vendor/github.com/nicksrandall/dataloader/inMemoryCache.go:51: not enough arguments in call to c.Get have (interface {}) want ("context".Context, interface {})
Context not passed to the get called by delete method.
Fixed in 4.2. Thanks for reporting!
Context not passed to the get called by delete method.