mirror of
https://github.com/Litlyx/litlyx
synced 2026-02-04 22:52:19 +01:00
update guests logic + fix pdf
This commit is contained in:
@@ -22,7 +22,7 @@ function getPlanToActivate(current_plan_id: number) {
|
||||
|
||||
export default defineEventHandler(async event => {
|
||||
|
||||
const data = await getRequestDataOld(event, { requireSchema: false, allowGuests: false, allowLitlyx: false });
|
||||
const data = await getRequestData(event, []);
|
||||
if (!data) return;
|
||||
|
||||
const { project, pid, user } = data;
|
||||
|
||||
Reference in New Issue
Block a user