Skip to content

Commit

Permalink
fixed rubocop error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcatania-usds committed Feb 27, 2025
1 parent 6410fcd commit f0e59c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/controllers/api/user_events_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Api::UserEventsController < ApplicationController
"ArgyleAccountRemoved" => "ApplicantRemovedArgyleAccount",
"ArgyleCloseModal" => "ApplicantClosedArgyleModal",
"ArgyleError" => "ApplicantEncounteredArgyleError",
"ArgyleTokenExpired" => "ApplicantEncounteredArgyleTokenExpired",
"ArgyleTokenExpired" => "ApplicantEncounteredArgyleTokenExpired"
}

def user_action
Expand Down

0 comments on commit f0e59c2

Please sign in to comment.