Skip to content

Commit

Permalink
chore: compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Nov 7, 2024
1 parent 6ea4e8a commit ebd33d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logflare_web/live/access_tokens_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ defmodule LogflareWeb.AccessTokensLive do
def handle_event(
"create-token",
params,
%{assigns: %{user: user, create_token_form: create_token_form}} = socket
%{assigns: %{user: user}} = socket
) do
Logger.debug(
"Creating access token for user, user_id=#{inspect(user.id)}, params: #{inspect(params)}"
Expand Down

0 comments on commit ebd33d7

Please sign in to comment.