Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Aug 8, 2024
1 parent 89fc628 commit 24c5446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logflare/single_tenant.ex
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ defmodule Logflare.SingleTenant do
})
end

if private != nil && !Auth.get_access_token(user, private) do
if private != nil && !Auth.get_access_token(user, private) do
{:ok, _res} =
Auth.create_access_token(user, %{
token: private,
Expand Down

0 comments on commit 24c5446

Please sign in to comment.