1
0
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:
Youssef 2021-11-30 15:14:50 +01:00
parent 71c6b05bc4
commit c3273ce1ab

View File

@ -37,7 +37,6 @@ class ProjectStore implements IProjectStore {
id: data.id,
name: data.name,
description: data.description,
lastUpdate: data.lastUpdate,
};
}