Skip to content

Commit

Permalink
fixed then for import type requests of v1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Jan 22, 2020
1 parent 8e83267 commit aea039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/requestApi/routes/v2/db/model/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ model.getAll = function(query, limit, page, user, callback){
$ifNull: ["$formName", {
$cond: {
if: {
$eq: ["$type", this.EXPORT_TYPE]
$eq: ["$type", baseModel.EXPORT_TYPE]
},
then: {
$cond: {
Expand Down

0 comments on commit aea039b

Please sign in to comment.