Skip to content

Commit 05f29d7

Browse files
authored
Update lib/grpc/server/interceptors/cors.ex
1 parent d98fe15 commit 05f29d7

File tree

1 file changed

+0
-1
lines changed
  • lib/grpc/server/interceptors

1 file changed

+0
-1
lines changed

lib/grpc/server/interceptors/cors.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ defmodule GRPC.Server.Interceptors.CORS do
4141
# This is not a full-on Macro context, so binary concatenations and
4242
# variables are handled before this step.
4343

44-
# TODO: use Keyword.validate! once we drop support for Elixir < 1.13
4544

4645
opts = Keyword.validate!(opts, [:allow_origin, allow_headers: nil])
4746

0 commit comments

Comments
 (0)