Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ruioliveira02 committed Jan 3, 2025
1 parent d97405f commit 0a3c99b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/safira/event.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ defmodule Safira.Event do
@moduledoc """
The event context.
"""
alias Safira.Accounts
alias Safira.Constants

@pubsub Safira.PubSub
Expand Down
2 changes: 1 addition & 1 deletion lib/safira_web/controllers/csv_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule SafiraWeb.CSVController do
conn
|> put_flash(:error, "You do not have permission to view this resource")
|> put_status(403)
|> redirect(to: ~p"/dashboard")
|> redirect(to: ~p"/")
|> halt()
end
end
Expand Down

0 comments on commit 0a3c99b

Please sign in to comment.