Skip to content

Commit

Permalink
only set cookie options for proxy if it's a Map
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed May 22, 2015
1 parent 1262a4c commit e7d551c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/server/proxy-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ function getOptions (bs, scripts) {
if (!_.isUndefined(cookies)) {
if (Immutable.Map.isMap(cookies)) {
out.cookies = cookies.toJS();
} else {
out.cookies = cookies;
}
}

Expand Down

0 comments on commit e7d551c

Please sign in to comment.