mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
fix: Fix missed function name
This commit is contained in:
parent
e4769220da
commit
21ef850913
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export function* handleBoardMembershipCreate(boardMembership) {
|
||||||
|
|
||||||
let body;
|
let body;
|
||||||
try {
|
try {
|
||||||
body = yield call(requests.fetchBoardByCurrentPathRequest);
|
body = yield call(requests.fetchBoardByCurrentPath);
|
||||||
} catch {} // eslint-disable-line no-empty
|
} catch {} // eslint-disable-line no-empty
|
||||||
|
|
||||||
if (body && body.project && body.project.id === board2.projectId) {
|
if (body && body.project && body.project.id === board2.projectId) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue