Skip to content

Commit 672bd41

Browse files
deankevorkianaminya
authored andcommitted
chore: lint
1 parent 4b54305 commit 672bd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/adapters/command-execution-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type CommandCustomCallbackFunction = (command: ExecuteCommandParams) => P
66
export default class CommandExecutionAdapter {
77
private static commandsCustomCallbacks: Map<string, CommandCustomCallbackFunction> = new Map<string, CommandCustomCallbackFunction>();
88

9-
public static registerCustomCallbackForCommand(command: string, callback: CommandCustomCallbackFunction) {
9+
public static registerCustomCallbackForCommand(command: string, callback: CommandCustomCallbackFunction): void {
1010
this.commandsCustomCallbacks.set(command, callback);
1111
}
1212

0 commit comments

Comments
 (0)