不要怂,就是干,撸起袖子干!

Commit 5936d8d5 by Ricardo Graça

Close issue #400.

1 parent c05f7acc
Showing with 1 additions and 1 deletions
......@@ -133,7 +133,7 @@ module.exports = (function() {
return new Utils.CustomEventEmitter(function(emitter) {
self.describeTable(tableName).success(function(data) {
data = data.filter(function(h) { return h.Field == attrNameBefore })[0]
data = data.filter(function(h) { return h.Field == attrNameBefore })[0] || {}
var options = {}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!