calamarble-xhub
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "calamarble-xhub", | ||
"description": "xhub signature verification for POST requests from facebook", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "./src/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -29,3 +29,3 @@ 'use strict'; | ||
console.log('rawBody', rawBody); | ||
consolr.log('signature matches', signatureMatches); | ||
console.log('signature matches', signatureMatches); | ||
if (!signatureMatches) { | ||
@@ -32,0 +32,0 @@ console.error(config.messages.wrongSignature); |