feat(quest): add support for private images in answers

This commit is contained in:
2026-07-31 02:14:34 +02:00
parent de0eaee521
commit 45865d3122
9 changed files with 53 additions and 14 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ export default defineEventHandler(async (event) => {
text: true,
picture: {
select: {
url: true
url: true,
private: true
}
},
review: {