remove getTimestamp from collection new reducer

This commit is contained in:
zeppi 2022-01-10 08:41:34 -05:00
parent ebe253f814
commit e5c4a5a1d9

View file

@ -42,7 +42,7 @@ const collectionsReducer = handleActions(
id: params.id,
name: params.name,
items: [],
updatedAt: getTimestamp(),
updatedAt: params.updatedAt,
type: params.type,
};