Skip to content

Commit

Permalink
Merge pull request #192 from seog-jun/issue-164
Browse files Browse the repository at this point in the history
Fixed linting issue on `io-connection.ts`
  • Loading branch information
GabrielCTroia committed Nov 28, 2023
2 parents b8d058b + c638a13 commit c4e3d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/movex/src/lib/io-connection/io-connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IOEvents } from './io-events';
import { AnyAction } from '../tools/action';

export interface IOConnection<
TState extends any,
TState,
TAction extends AnyAction,
TResourceType extends string
> {
Expand Down

0 comments on commit c4e3d4e

Please sign in to comment.