Skip to content

Commit

Permalink
fix: changed query variable method
Browse files Browse the repository at this point in the history
  • Loading branch information
aochmann committed Feb 22, 2021
1 parent 716d74a commit f3622b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
}

return response || $q.whenDefined(response);
return response || $q.when(response);
}
};
});
Expand Down

0 comments on commit f3622b9

Please sign in to comment.