mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
missed var
keyword
This commit is contained in:
parent
7c14e6b065
commit
ea4d12aaf4
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ submitPost = function (post) {
|
||||||
|
|
||||||
// ------------------------------ Properties ------------------------------ //
|
// ------------------------------ Properties ------------------------------ //
|
||||||
|
|
||||||
defaultProperties = {
|
var defaultProperties = {
|
||||||
createdAt: new Date(),
|
createdAt: new Date(),
|
||||||
author: getDisplayNameById(userId),
|
author: getDisplayNameById(userId),
|
||||||
upvotes: 0,
|
upvotes: 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue