Skip to content

Commit

Permalink
Removes electron reference
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Feb 23, 2024
1 parent 2e065c5 commit a902be9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/workers/indexing-worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const { Ioc } = require('../ioc/ioc');
const log = require('electron-log');
const { app } = require('electron');
const path = require('path');

async function performTaskAsync() {
Expand Down

0 comments on commit a902be9

Please sign in to comment.