We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca91b6 commit afb8abdCopy full SHA for afb8abd
CountItems/CountWorker.js
@@ -50,7 +50,7 @@ class CountWorker {
50
], (err, res) => {
51
if (err) {
52
this.log.error('error getting configuration overlay', {
53
- method: '_getIsTransient',
+ method: 'pensieveLocationIsTransient',
54
error: err,
55
});
56
return cb(err);
0 commit comments