Fix typo in elixir code that breaks 537aac2 when using mix

This commit is contained in:
Badlop 2024-04-01 14:07:51 +02:00
parent 50c74ab821
commit f50b5e1a58
1 changed files with 1 additions and 1 deletions

View File

@ -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
[]