| Index: service/datastore/checkfilter.go
|
| diff --git a/service/datastore/checkfilter.go b/service/datastore/checkfilter.go
|
| index efbaba116a26762d800123e45dd1ae0ee8277504..92df64b1c5c42211d873ba82b9649fcc256deaf1 100644
|
| --- a/service/datastore/checkfilter.go
|
| +++ b/service/datastore/checkfilter.go
|
| @@ -113,5 +113,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()}
|
| }
|
|
|