chore: remove uneeded icons svg

This commit is contained in:
Divlo
2022-03-21 16:12:22 +01:00
parent 859efa4dad
commit fdc754fcf5
19 changed files with 8 additions and 141 deletions

View File

@ -8,7 +8,7 @@ export const guildSchema = {
id,
name: Type.String({ minLength: 1, maxLength: 30 }),
icon: Type.Union([Type.String({ format: 'uri-reference' }), Type.Null()]),
description: Type.Union([Type.String({ maxLength: 120 }), Type.Null()]),
description: Type.Union([Type.String({ maxLength: 160 }), Type.Null()]),
createdAt: date.createdAt,
updatedAt: date.updatedAt
}