Skip to content

Commit

Permalink
Create link.js
Browse files Browse the repository at this point in the history
  • Loading branch information
howardroark committed Feb 27, 2017
1 parent bf9699b commit 10e9ca5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/link.js
@@ -0,0 +1,3 @@
module.exports = function (state, callback) {
callback(null, state);
};

0 comments on commit 10e9ca5

Please sign in to comment.