Skip to content

Commit afb8abd

Browse files
Update CountItems/CountWorker.js
Co-authored-by: William <[email protected]>
1 parent 6ca91b6 commit afb8abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CountItems/CountWorker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class CountWorker {
5050
], (err, res) => {
5151
if (err) {
5252
this.log.error('error getting configuration overlay', {
53-
method: '_getIsTransient',
53+
method: 'pensieveLocationIsTransient',
5454
error: err,
5555
});
5656
return cb(err);

0 commit comments

Comments
 (0)