Skip to content

Commit

Permalink
Force credo
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Mar 29, 2024
1 parent 0035c92 commit a5c5d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/space_age_api_web/controllers/discord_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule SpaceAgeApiWeb.DiscordController do
:sha256,
"#{timestamp}#{raw_body}",
Base.decode16!(signature, case: :mixed),
[Application.compile_env(:space_age_api, [:discord_public_key]), :ed25519]
[Application.fetch_env!(:space_age_api, [:discord_public_key]), :ed25519]
)

if verified do
Expand Down

0 comments on commit a5c5d3a

Please sign in to comment.