Skip to content

Commit

Permalink
Rename the sf_calls file
Browse files Browse the repository at this point in the history
  • Loading branch information
acrosman committed Oct 7, 2023
1 parent dcbcb37 commit 8c4f9aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (require('electron-squirrel-startup')) app.quit();
const path = require('path');

// Import the functions that we can use in the render processes.
const ipcFunctions = require('./src/sf_calls');
const ipcFunctions = require('./src/ipcCalls');

// Import Search support.
const { executeSearch } = require('./src/find');
Expand Down
File renamed without changes.

0 comments on commit 8c4f9aa

Please sign in to comment.