fix: Fix missed function name

This commit is contained in:
Maksim Eltyshev
2022-08-22 16:27:14 +02:00
parent 3c355dd560
commit 5a27ac0f03

View File

@@ -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) {