Skip to content

Commit

Permalink
test: Add some ungenerated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Nov 15, 2024
1 parent b12bf43 commit b1e1426
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/cozy-client/src/CozyClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -1719,6 +1719,12 @@ instantiation of the client.`
return reducer
}

/**
* Dispatches an action to the Redux store.
*
* @param {Object} action - The action to be dispatched.
* @returns {Object} The dispatched action.
*/
dispatch(action) {
return this.store.dispatch(action)
}
Expand Down

0 comments on commit b1e1426

Please sign in to comment.