nestjs-supabase-webhooks
Advanced tools
Comparing version
@@ -88,5 +88,5 @@ "use strict"; | ||
const handlers = eventHandlers.filter((x) => keys.includes(x.key)); | ||
// if (this.supabaseModuleConfig.enableEventLogs) { | ||
// this.logger.log(`Received event for: ${keys}`); | ||
// } | ||
if (this.supabaseModuleConfig.enableEventLogs) { | ||
this.logger.log(`Received event for: ${keys}`); | ||
} | ||
if (handlers && handlers.length) { | ||
@@ -93,0 +93,0 @@ return Promise.all(handlers.map((x) => x.handler(evt))); |
{ | ||
"name": "nestjs-supabase-webhooks", | ||
"version": "1.0.2-next.2", | ||
"version": "1.0.2-next.3", | ||
"description": "NestJS module for Supabase Database Webhooks", | ||
@@ -5,0 +5,0 @@ "author": "“Valentin <valentin@whatdafox.com> (http://twitter.com/valentinprngd)", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27801
0.25%