Remove progress

This commit is contained in:
2021-08-23 13:23:16 +02:00
parent d08cf1af3d
commit d59a26f514
4 changed files with 0 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ export default class ProjectUpdateValidator {
public schema = schema.create({
name: schema.string.optional(),
description: schema.string.optional(),
progress: schema.number.optional(),
url: schema.string.optional(),
cover: schema.string.optional(),
tags: schema.array.optional().members(schema.string())