Skip to content

Commit

Permalink
Merge pull request #163 from valory-xyz/josh/fix-savelogs-error
Browse files Browse the repository at this point in the history
feat: update saveLogs function initial value to expected type
  • Loading branch information
truemiller authored May 31, 2024
2 parents 48ba975 + 67a1f5e commit fba5666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/context/ElectronApiProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const ElectronApiContext = createContext<ElectronApiContextProps>({
clear: async () => {},
},
setAppHeight: () => {},
saveLogs: async () => ({}),
saveLogs: async () => ({ success: false }),
openPath: () => {},
});

Expand Down

0 comments on commit fba5666

Please sign in to comment.