Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Undo changes in create-code-shower
Browse files Browse the repository at this point in the history
  • Loading branch information
uppal101 committed Oct 30, 2017
1 parent 04e4704 commit 6afdc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer-ui/src/lib/create-code-shower.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = type => {
return function results(pathOperation) {
return pathOperation => {
pathOperation._cache = pathOperation._cache || {};

if (pathOperation._cache[type]) return pathOperation._cache[type];
Expand Down

0 comments on commit 6afdc5c

Please sign in to comment.