Skip to content

Commit

Permalink
fix(core): handle dialyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrent committed Jan 23, 2025
1 parent c2819a7 commit 5fc4a11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/lib/core/domain/invoker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ defmodule Core.Domain.Invoker do
require Logger

alias Core.FunctionsMetadata
alias Data.FunctionMetadata

alias Core.Domain.{
Functions,
Expand Down
2 changes: 1 addition & 1 deletion data/lib/function_metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ defmodule Data.FunctionMetadata do
tag: String.t(),
capacity: integer()
}
defstruct tag: nil, capacity: -1
defstruct tag: "", capacity: -1
end

0 comments on commit 5fc4a11

Please sign in to comment.