Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper committed Mar 30, 2017
1 parent c4be920 commit fc4e10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CachedImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const CachedImage = React.createClass({
renderImage: props => (<Image ref={CACHED_IMAGE_REF} {...props}/>),
activityIndicatorProps: {},
useQueryParamsInCacheKey: false,
resolveHeaders: Promise.resolve({})
resolveHeaders: () => Promise.resolve({})
};
},

Expand Down

0 comments on commit fc4e10f

Please sign in to comment.