feat(API): Exclude pinned data from workflows (#12261)

This commit is contained in:
Marc Littlemore
2024-12-19 08:13:17 +00:00
committed by GitHub
parent 878b41904d
commit e0dc385f8b
6 changed files with 98 additions and 3 deletions
@@ -80,7 +80,7 @@ export class WorkflowEntity extends WithTimestampsAndStringId implements IWorkfl
nullable: true,
transformer: sqlite.jsonColumn,
})
pinData: ISimplifiedPinData;
pinData?: ISimplifiedPinData;
@Column({ length: 36 })
versionId: string;