Browse Source

removed unused parameter

Gildas 7 năm trước cách đây
mục cha
commit
9bbd5379e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/browser-polyfill/custom-browser-polyfill.js

+ 1 - 1
lib/browser-polyfill/custom-browser-polyfill.js

@@ -149,7 +149,7 @@
 										// ignored
 									}
 								})
-								.catch(error => {
+								.catch(() => {
 									// ignored
 								});
 							return true;