Fixed an issue where the table didn't match the model.

Fixed #67
This commit is contained in:
tidusjar 2016-03-22 13:22:47 +00:00
commit 59cf379d56
7 changed files with 16 additions and 12 deletions

View file

@ -337,7 +337,8 @@ function buildRequestContext(result, type) {
issues: result.issues,
otherMessage: result.otherMessage,
requestId: result.id,
adminNote: result.adminNotes
adminNote: result.adminNotes,
imdb: result.imdbId
};
return context;