Add pic upload for hunt admins
This commit is contained in:
@@ -48,6 +48,12 @@ export default defineEventHandler(async (event) => {
|
||||
revealQuests: true,
|
||||
revealAnswers: true,
|
||||
updatedAt: true,
|
||||
picture: {
|
||||
select: {
|
||||
id: true,
|
||||
url: true
|
||||
}
|
||||
},
|
||||
creator: {
|
||||
select: {
|
||||
name: true,
|
||||
|
||||
Reference in New Issue
Block a user