Merge branch 'plankanban:master' into master

pull/284/head
Steven Correia 3 years ago committed by GitHub
commit 3b4b84a212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save