fix errors
Some checks failed
Build and Publish / build-release (push) Has been cancelled

This commit is contained in:
2026-05-15 14:12:18 -05:00
parent fbd3bc9772
commit 39527d49a1
4 changed files with 8 additions and 68 deletions

View File

@@ -31,7 +31,7 @@ defmodule CustomerService.Aggregates.CustomerId do
end
defimpl String.Chars do
def to_string(%CustomerService.Aggregates.LeadId{
def to_string(%CustomerService.Aggregates.CustomerId{
org_id: org_id,
customer_type: type,
customer_id: customer_id