Skip to content

Commit bcf417a

Browse files
chore: cleanup
1 parent 9765c2d commit bcf417a

File tree

1 file changed

+1
-1
lines changed
  • packages/collector/test/tracing/database/couchbase

1 file changed

+1
-1
lines changed

packages/collector/test/tracing/database/couchbase/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ app.post('/queryindexes-callback', (req, res) => {
686686
scope2.query(qs1, err3 => {
687687
if (err3) return res.status(500).json({ err: err3.message });
688688

689-
// Added a temporarily promise catch handler due to an issue in the package.
689+
// Added a temporary promise catch handler due to an issue in the package.
690690
// see https://github.com/couchbase/couchnode/issues/123
691691
scope2
692692
.query(qs2)

0 commit comments

Comments
 (0)