This commit is contained in:
Timothy Jaeryang Baek
2025-06-25 13:36:41 +04:00
parent d4fcf561e5
commit 8e95e5267c
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,6 @@
}
$: {
console.log('sources', sources);
citations = sources.reduce((acc, source) => {
if (Object.keys(source).length === 0) {
return acc;