aboutsummaryrefslogtreecommitdiff
path: root/extension/junction.js
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-08-25 22:42:52 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-08-25 22:42:52 +0200
commit80172072ed99b14e3d5b435b097888a4621f78bc (patch)
tree2f68a26d96ec2d7d659ed6672a6127979877c4e6 /extension/junction.js
parenteadfca7b00e2fb48ffd6b2a0e06c2b6d7e427679 (diff)
Update dependencies
Diffstat (limited to 'extension/junction.js')
-rw-r--r--extension/junction.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/junction.js b/extension/junction.js
index 2c32053..889e23f 100644
--- a/extension/junction.js
+++ b/extension/junction.js
@@ -114,7 +114,7 @@ const internals = {
return internals.getRoot().tabs.query(query);
}
- return new Promise((resolve, reject) => {
+ return new Promise((resolve) => {
internals.getRoot().tabs.query(query, (tabs) => {