Commit 0f4f01ce authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 68b3cce0
......@@ -534,7 +534,7 @@
const createdAtDate = new Date(createdAtTimestamp * 1000)
.toISOString()
.split('T')[0];
acc.push(`${index + 1}. [${createdAtDate}]. ${doc[0]}`);
acc.push(`${index + 1}. [${createdAtDate}]. ${doc}`);
return acc;
}, []);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment