vk-to-telegram
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -54,3 +54,3 @@ const forwarder = require('./lib/forwarder') | ||
const request = () => { | ||
if (ctx.message) { | ||
if (ctx.request) { | ||
return ctx.request | ||
@@ -62,3 +62,3 @@ } else { | ||
const callback = async data => { | ||
if (ctx.message) { | ||
if (ctx.request) { | ||
ctx.body = data | ||
@@ -65,0 +65,0 @@ } else { |
{ | ||
"name": "vk-to-telegram", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Vk to telegram forwarder", | ||
@@ -5,0 +5,0 @@ "author": "ejnshtein", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package