Skip to content

Commit

Permalink
fix: case sensitivity error in butler module name
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Jun 11, 2023
1 parent d5b03b5 commit 75b1f9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion process-main/ipc.js
@@ -1,5 +1,5 @@
const { ipcMain, dialog, shell } = require('electron');
const Butler = require('./butler');
const Butler = require('./butler-interface');
const { getWindow } = require('./window');
const { forgetToken, getToken, rememberToken } = require('./oauth');

Expand Down

0 comments on commit 75b1f9f

Please sign in to comment.