A shit ton of compression

This commit is contained in:
MotorTruck1221 2024-10-15 05:14:41 -06:00
parent d495678ac2
commit 05051ea9f9
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
4 changed files with 339 additions and 113 deletions

View file

@ -234,7 +234,7 @@ app.post("/api/create-package", async (request: CreateReq, reply) => {
payload: request.body.payload,
background_video: request.body.background_video,
background_image: request.body.background_image,
type: request.body.type
type: request.body.type as CatalogType
});
})
.catch(async () => {