Skip to content

Commit

Permalink
Change params type
Browse files Browse the repository at this point in the history
  • Loading branch information
sonufrienko committed Nov 8, 2019
1 parent e150684 commit 7d9f13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default class PartnersService {
/**
* Fetchs partners according to params.
*
* @param {Object[]} params - params sent to the API.
* @param {Object} params - params sent to the API.
* @returns {Object[]} array of serialized partners.
*/
export const fetchPartners = (params = {}) =>
Expand Down

0 comments on commit 7d9f13f

Please sign in to comment.