Skip to content

Commit

Permalink
Merge pull request #5118 from nextcloud/backport/5096/stable27
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Sep 13, 2023
2 parents 5529605 + c5b11b3 commit 51750a1
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 51750a1

Please sign in to comment.