From f0e59c22b0dc9990c631a90d3e2a713a0f217501 Mon Sep 17 00:00:00 2001 From: Jeff Catania Date: Wed, 26 Feb 2025 21:12:37 -0500 Subject: [PATCH] fixed rubocop error --- app/app/controllers/api/user_events_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app/controllers/api/user_events_controller.rb b/app/app/controllers/api/user_events_controller.rb index bdef0c99..e8ec8c79 100644 --- a/app/app/controllers/api/user_events_controller.rb +++ b/app/app/controllers/api/user_events_controller.rb @@ -37,7 +37,7 @@ class Api::UserEventsController < ApplicationController "ArgyleAccountRemoved" => "ApplicantRemovedArgyleAccount", "ArgyleCloseModal" => "ApplicantClosedArgyleModal", "ArgyleError" => "ApplicantEncounteredArgyleError", - "ArgyleTokenExpired" => "ApplicantEncounteredArgyleTokenExpired", + "ArgyleTokenExpired" => "ApplicantEncounteredArgyleTokenExpired" } def user_action