Set created date when creating board

This commit is contained in:
Gamebrary 2022-10-28 19:36:06 -07:00
parent 2d9dc4f5b0
commit 501d345929

View file

@ -184,6 +184,7 @@ export default {
const payload = {
...board,
dateCreated: Date.now(),
owner: state.user.uid,
};