minor fix

This commit is contained in:
daniel31x13
2025-09-24 19:16:05 -04:00
parent 80b8029f50
commit feedf88b97

View File

@@ -8,6 +8,9 @@ export default async function exportData(userId: number) {
include: {
rssSubscriptions: true,
links: {
omit: {
textContent: true, // Exclude text content to reduce payload size
},
include: {
tags: true,
},