Skip to content

Commit 1f8c414

Browse files
committed
Delete field project_type from ProjectData<T> structure
1 parent e622dd5 commit 1f8c414

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pallets/proxy-financial/src/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pub struct ProjectData<T: Config> {
2323
pub image: CID,
2424
pub address: FieldName,
2525
pub status: ProjectStatus,
26-
pub project_type: ProjectType,
2726
pub creation_date: u64,
2827
pub completion_date: u64,
2928
pub updated_date: u64,

0 commit comments

Comments
 (0)