Skip to content

Commit

Permalink
fix: correct field version license artcards
Browse files Browse the repository at this point in the history
  • Loading branch information
m-paice committed Dec 17, 2024
1 parent e02ea63 commit 4327f48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtru-studio-api",
"version": "1.0.611",
"version": "1.0.612",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/features/assets/controller/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ export const schemaLicenses = z.object({
}),
artCards: z
.object({
version: z.string(),
added: z.boolean(),
version: z.string().default('1'),
status: schemaAssetArtCardsStatus.default('pending'),
})
.optional(),
Expand Down

0 comments on commit 4327f48

Please sign in to comment.