Fixed calendar event issues ?
This commit is contained in:
@@ -12,8 +12,6 @@ export default defineEventHandler(async (event) => {
|
||||
const client = await serverSupabaseClient(event)
|
||||
const query = await getValidatedQuery(event, querySchema.parse)
|
||||
|
||||
setHeader(event, "Cache-Control", "public, max-age=3600, s-maxage=7200")
|
||||
|
||||
const partialFields = `
|
||||
id,
|
||||
shortId:short_id,
|
||||
|
||||
Reference in New Issue
Block a user