Sportaxy / sportaxy

0 stars 0 forks source link

Bug in comments controller #131

Closed vohtaski closed 10 years ago

vohtaski commented 10 years ago
19 Feb 15:17:38 - info: [MySQL] SELECT * FROM comments WHERE id=228 LIMIT 1;

/home/vohtaski/public_html/sportaxy.com/releases/20140217154630/app/controllers/comment_controller.js:140
    initiatorId = comment.initiator_id
                         ^
TypeError: Cannot read property 'initiator_id' of null
    at Function.Seq.seq.seq.seq.app.Comment.destroy.res.json.error (/home/vohtaski/public_html/sportaxy.com/releases/20140217154630/app/controllers/comment_controller.js:140:26)
    at Function.context.stack (/home/vohtaski/public_html/sportaxy.com/releases/20140217154630/node_modules/seq/index.js:101:24)
    at action (/home/vohtaski/public_html/sportaxy.com/releases/20140217154630/node_modules/seq/index.js:76:11)
    at Object.seq (/home/vohtaski/public_html/sportaxy.com/releases/20140217154630/node_modules/seq/index.js:93:13)
    at EventEmitter.saw.next (/home/vohtaski/public_html/sportaxy.com/releases/20140217154630/node_modules/seq/node_modules/chainsaw/index.js:52:18)
    at /home/vohtaski/public_html/sportaxy.com/releases/20140217154630/node_modules/seq/index.js:104:25
    at cb (/home/vohtaski/public_html/sportaxy.com/releases/20140217154630/node_modules/seq/index.js:55:24)
    at callback (/home/vohtaski/public_html/sportaxy.com/releases/20140217154630/app/models/app_model.js:74:7)
    at Query.<anonymous> (/home/vohtaski/public_html/sportaxy.com/node_modules/mysql/lib/client.js:108:11)
    at Query.EventEmitter.emit (events.js:92:17)