Skip to content

Commit

Permalink
fix: return action from init (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelblaszczyk5 authored Jul 11, 2023
1 parent 6277e92 commit c348132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/actions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export class Action<
init = (key: TKey, client: ActionClient<any, any>) => {
this.client = client
this.key = key as TKey
return this as Action<TKey, TPayload, TResponse, TError>
}

#resolveState = (
Expand Down

0 comments on commit c348132

Please sign in to comment.