Skip to content

Commit

Permalink
chore(ql): resolve js/unused-local-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 17, 2024
1 parent 0f14eb6 commit 3351c5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

const { system, osInfo } = require('systeminformation');
const electron = require

module.exports = {
getSampleInfo: async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
var argscheck = require('cordova/argscheck');
var channel = require('cordova/channel');
var exec = require('cordova/exec');
var cordova = require('cordova');

channel.createSticky('onCordovaInfoReady');
// Tell cordova channel to wait on the CordovaInfoReady event
Expand Down

0 comments on commit 3351c5c

Please sign in to comment.