Remember uploaded images
This commit is contained in:
@@ -9,6 +9,11 @@ async function getOwnHunts(userId: number | undefined) {
|
||||
id: true,
|
||||
name: true,
|
||||
description: true,
|
||||
picture: {
|
||||
select: {
|
||||
url: true
|
||||
}
|
||||
},
|
||||
createdAt: true,
|
||||
start: true,
|
||||
end: true,
|
||||
@@ -57,6 +62,11 @@ export default defineEventHandler(async (event) => {
|
||||
id: true,
|
||||
name: true,
|
||||
description: true,
|
||||
picture: {
|
||||
select: {
|
||||
url: true
|
||||
}
|
||||
},
|
||||
createdAt: true,
|
||||
start: true,
|
||||
end: true,
|
||||
|
||||
Reference in New Issue
Block a user