Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
lmao
#115
  • Loading branch information
jmlee337 committed Feb 20, 2025
1 parent 31eed6d commit 3290abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/ipc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import {
startChallongeSet,
} from './challonge';
import {
appendEnforcerResult,
connectToHost,
disconnectFromHost,
getCopyClients,
Expand Down Expand Up @@ -259,7 +260,7 @@ export default function setupIPCs(mainWindow: BrowserWindow): void {

const promises = [];
if (host.address && host.name) {
promises.push();
promises.push(appendEnforcerResult(str));
}
if (copyDir) {
promises.push(appendFile(path.join(copyDir, 'enforcer.csv'), str));
Expand Down

0 comments on commit 3290abb

Please sign in to comment.