mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: remove lastUpdate from fieldToRow
This commit is contained in:
parent
71c6b05bc4
commit
c3273ce1ab
@ -37,7 +37,6 @@ class ProjectStore implements IProjectStore {
|
|||||||
id: data.id,
|
id: data.id,
|
||||||
name: data.name,
|
name: data.name,
|
||||||
description: data.description,
|
description: data.description,
|
||||||
lastUpdate: data.lastUpdate,
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user