Index: service/rawdatastore/context.go |
diff --git a/service/rawdatastore/context.go b/service/rawdatastore/context.go |
index 35216cb576509135fc2179bf4744bfb7dcb4905d..f1603b5af8a983ffa67400114b9a09157c3d62c8 100644 |
--- a/service/rawdatastore/context.go |
+++ b/service/rawdatastore/context.go |
@@ -42,7 +42,7 @@ func Get(c context.Context) Interface { |
for _, f := range getCurFilters(c) { |
ret = f(c, ret) |
} |
- return ret |
+ return applyCheckFilter(c, ret) |
} |
// SetFactory sets the function to produce Datastore instances, as returned by |