Skip to content

Commit fba5666

Browse files
authoredMay 31, 2024··
Merge pull request #163 from valory-xyz/josh/fix-savelogs-error
feat: update saveLogs function initial value to expected type
2 parents 48ba975 + 67a1f5e commit fba5666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎frontend/context/ElectronApiProvider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const ElectronApiContext = createContext<ElectronApiContextProps>({
4949
clear: async () => {},
5050
},
5151
setAppHeight: () => {},
52-
saveLogs: async () => ({}),
52+
saveLogs: async () => ({ success: false }),
5353
openPath: () => {},
5454
});
5555

0 commit comments

Comments
 (0)
Please sign in to comment.