ESlint quote-props

This commit is contained in:
Peter Jaszkowiak
2017-02-18 01:19:20 -07:00
parent 3361a72725
commit b1b486f729
25 changed files with 128 additions and 128 deletions

View File

@@ -38,12 +38,12 @@ module.exports = function (Posts) {
function (pid, next) {
postData = {
'pid': pid,
'uid': uid,
'tid': tid,
'content': content,
'timestamp': timestamp,
'deleted': 0,
pid: pid,
uid: uid,
tid: tid,
content: content,
timestamp: timestamp,
deleted: 0,
};
if (data.toPid) {