Skip to content

Commit

Permalink
fix: Fix missed function name
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Aug 22, 2022
1 parent e476922 commit 21ef850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/sagas/core/services/board-memberships.js
Expand Up @@ -84,7 +84,7 @@ export function* handleBoardMembershipCreate(boardMembership) {

let body;
try {
body = yield call(requests.fetchBoardByCurrentPathRequest);
body = yield call(requests.fetchBoardByCurrentPath);
} catch {} // eslint-disable-line no-empty

if (body && body.project && body.project.id === board2.projectId) {
Expand Down

0 comments on commit 21ef850

Please sign in to comment.