We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98fe15 commit 05f29d7Copy full SHA for 05f29d7
lib/grpc/server/interceptors/cors.ex
@@ -41,7 +41,6 @@ defmodule GRPC.Server.Interceptors.CORS do
41
# This is not a full-on Macro context, so binary concatenations and
42
# variables are handled before this step.
43
44
- # TODO: use Keyword.validate! once we drop support for Elixir < 1.13
45
46
opts = Keyword.validate!(opts, [:allow_origin, allow_headers: nil])
47
0 commit comments