Skip to content

Commit e538a95

Browse files
committed
style: adjust argument names
1 parent cb3198d commit e538a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: types/logger.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Payload, Plugin } from "./index";
22

33
interface Logger extends Partial<Pick<Console, 'groupCollapsed' | 'group' | 'groupEnd'>> {
4-
log(message: string, colour: string, action: any): void;
4+
log(message: string, color: string, payload: any): void;
55
log(message: string): void;
66
}
77

0 commit comments

Comments
 (0)