mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix typo in elixir code that breaks 537aac2
when using mix
This commit is contained in:
parent
50c74ab821
commit
f50b5e1a58
2
mix.exs
2
mix.exs
@ -84,7 +84,7 @@ defmodule Ejabberd.MixProject do
|
||||
try do
|
||||
{:ok, concrete} = :dialyzer_utils.get_core_from_beam(:code.which(module))
|
||||
{:ok, types} = :dialyzer_utils.get_record_and_type_info(concrete)
|
||||
if Maps.has_key(types, typeDef) do
|
||||
if Map.has_key?(types, typeDef) do
|
||||
okResult
|
||||
else
|
||||
[]
|
||||
|
Loading…
Reference in New Issue
Block a user