await goBackToMainProcess in sticker-creator

This commit is contained in:
Fedor Indutny 2021-05-19 15:01:32 -07:00 committed by Scott Nonnenberg
parent be087c3498
commit bc146a54af
5 changed files with 9 additions and 9 deletions

View file

@ -585,7 +585,7 @@ export type ClientInterface = DataInterface & {
// These are defined on the server-only and used in the client to determine
// whether we should use IPC to use the database in the main process or
// use the db already running in the renderer.
goBackToMainProcess: () => void;
goBackToMainProcess: () => Promise<void>;
};
export type ClientJobType = {