Skip to content

Commit

Permalink
#119 feat: Need to make the callback async
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilkin committed Jun 13, 2024
1 parent 12432fe commit b931ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/node/common-api/src/ConfigStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export enum ConfigFileType {

export type ConfigStatusMessage = { type: ConfigFileType };

export type ConfigStatusCallback = (message: ConfigStatusMessage) => void;
export type ConfigStatusCallback = (message: ConfigStatusMessage) => Promise<void>;

0 comments on commit b931ef8

Please sign in to comment.