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

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