Skip to content

Commit

Permalink
Merge pull request #5096 from magikmw/main
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Sep 13, 2023
2 parents 80eddee + 1d70055 commit 57d6436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/BoardApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class BoardApi {
let CSV = row + '\r\n'

response.data.stacks.forEach(stack => {
stack.cards.forEach(card => {
stack?.cards?.forEach(card => {
row = ''
Object.keys(fields).forEach(field => {
if (field === 'createdAt' || field === 'lastModified') {
Expand Down

0 comments on commit 57d6436

Please sign in to comment.