Skip to content

Commit 68e23f0

Browse files
author
aikoven
committed
Fix lint error
1 parent 29c33c8 commit 68e23f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface ActionCreator<Payload> {
6868
* @param meta Action metadata. Merged with `commonMeta` of Action Creator.
6969
*/
7070
(payload: Payload, meta?: Meta): Action<Payload>;
71-
};
71+
}
7272

7373
export type Success<Params, Result> = (
7474
| {params: Params}

0 commit comments

Comments
 (0)