| Index: service/datastore/checkfilter.go
|
| diff --git a/service/datastore/checkfilter.go b/service/datastore/checkfilter.go
|
| index 2dd9ea3b520db3c7221907f96dccbfa41556e849..c378e70b77de964852db5076cdd13f2d380a5820 100644
|
| --- a/service/datastore/checkfilter.go
|
| +++ b/service/datastore/checkfilter.go
|
| @@ -117,5 +117,5 @@ func (tcf *checkFilter) DeleteMulti(keys []Key, cb DeleteMultiCB) error {
|
|
|
| func applyCheckFilter(c context.Context, i RawInterface) RawInterface {
|
| inf := info.Get(c)
|
| - return &checkFilter{i, inf.AppID(), inf.GetNamespace()}
|
| + return &checkFilter{i, inf.FullyQualifiedAppID(), inf.GetNamespace()}
|
| }
|
|
|