diff options
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/things/thing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/things/thing.js b/src/data/things/thing.js index decde6f4..c1f969b2 100644 --- a/src/data/things/thing.js +++ b/src/data/things/thing.js @@ -797,7 +797,7 @@ export default class Thing extends CacheableObject { return result; } - return exportDependencies; + return continuationIfApplicable(exportDependencies); } else { return base.expose.compute(dependencies); } |