1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Merge branch 'plankanban:master' into master

This commit is contained in:
Steven Correia 2022-08-22 17:08:01 -04:00 committed by GitHub
commit 3b4b84a212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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