Skip to content

Commit

Permalink
Adding debug to resolve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aanunez authored Jul 8, 2024
1 parent ba047c8 commit 82108dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ let ctri = {
},

generateHTMLforChild: (data) => {
console.log(data)
let authors = []
data.author.forEach((el) => {
authors.push(typeof el == "string" ? el : ((el[2] || "").trim() + " " + (el[0][0] || "").trim() + (el[1][0] || "").trim()).trim())
Expand Down

0 comments on commit 82108dd

Please sign in to comment.