mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 03:47:02 +00:00
minor fix
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user