mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 03:50:02 -04:00
A shit ton of compression
This commit is contained in:
parent
d495678ac2
commit
05051ea9f9
4 changed files with 339 additions and 113 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue