From e238c8e66b6a834be99ca6824fbdcb76fdbd3715 Mon Sep 17 00:00:00 2001 From: SLahiruC <40932779+slahirucd7@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:48:14 +0530 Subject: [PATCH] changes for review suggestions --- adapter/internal/messaging/listener.go | 1 + 1 file changed, 1 insertion(+) diff --git a/adapter/internal/messaging/listener.go b/adapter/internal/messaging/listener.go index 75db46b117..b962936a3f 100644 --- a/adapter/internal/messaging/listener.go +++ b/adapter/internal/messaging/listener.go @@ -33,4 +33,5 @@ func ProcessEvents(config *config.Config) { go handleNotification() go handleKMConfiguration() go handleThrottleData() // TODO: Remove this since it's not being used now + go handleTokenRevocation() }