| Index: service/datastore/context.go
|
| diff --git a/service/datastore/context.go b/service/datastore/context.go
|
| index 8557a5f5fb77cc593a480bfa375f1db31a8826d3..2d7ff6070505ce8bf2e08310bbde6bf8eae10c76 100644
|
| --- a/service/datastore/context.go
|
| +++ b/service/datastore/context.go
|
| @@ -90,5 +90,5 @@ func AddRawFilters(c context.Context, filts ...RawFilter) context.Context {
|
| // installed in the supplied Context.
|
| func GetKeyContext(c context.Context) KeyContext {
|
| ri := info.Raw(c)
|
| - return KeyContext{ri.FullyQualifiedAppID(), ri.GetNamespace()}
|
| + return MkKeyContext(ri.FullyQualifiedAppID(), ri.GetNamespace())
|
| }
|
|
|