requested fixes!

This commit is contained in:
piuvas 2024-09-22 17:32:20 -03:00
parent 0f2e30f5ba
commit 4ee2973303
No known key found for this signature in database
GPG key ID: 82743F52454C621D
9 changed files with 21 additions and 15 deletions

View file

@ -139,11 +139,6 @@ export class MiInstance {
})
public iconUrl: string | null;
@Column('varchar', {
length: 256, nullable: true,
})
public sidebarLogoUrl: string | null;
@Column('varchar', {
length: 256, nullable: true,
})