Skip to content

Commit

Permalink
chore: log params
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 5, 2020
1 parent d971c3a commit e3e42f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/ipn.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict';

module.exports = ({ db }) => async function ipn(params) {
console.log(params);
return { ...params, ok: 1 };
};

0 comments on commit e3e42f7

Please sign in to comment.