Skip to content

Commit

Permalink
📝 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RustySnek committed May 30, 2024
1 parent a58499e commit f468fa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/elixirus_web/live/student_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ defmodule ElixirusWeb.StudentLive.Index do
{:token_error, _message, socket} ->
socket

{:error, _message} ->
{:error, _message, socket} ->
socket
end

Expand Down Expand Up @@ -279,7 +279,7 @@ defmodule ElixirusWeb.StudentLive.Index do
{:token_error, _message, socket} ->
socket

{:error, _message} ->
{:error, _message, socket} ->
socket
end

Expand All @@ -301,7 +301,7 @@ defmodule ElixirusWeb.StudentLive.Index do
{:token_error, _message, socket} ->
socket

{:error, _message} ->
{:error, _message, socket} ->
socket
end

Expand Down Expand Up @@ -359,7 +359,7 @@ defmodule ElixirusWeb.StudentLive.Index do
{:token_error, _message, socket} ->
socket

{:error, _message} ->
{:error, _message, socket} ->
socket
end

Expand Down

0 comments on commit f468fa3

Please sign in to comment.