mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
Set created date when creating board
This commit is contained in:
parent
2d9dc4f5b0
commit
501d345929
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ export default {
|
|||
|
||||
const payload = {
|
||||
...board,
|
||||
dateCreated: Date.now(),
|
||||
owner: state.user.uid,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue