1
0

fix: remove leftovers of childIds

This commit is contained in:
kolaente
2023-04-12 11:37:08 +02:00
parent a2cc9ddc88
commit bbaddb9406
3 changed files with 0 additions and 13 deletions

View File

@ -18,7 +18,6 @@ export interface IProject extends IAbstract {
subscription: ISubscription
position: number
backgroundBlurHash: string
childProjectIds: number[]
parentProjectId: number
created: Date