This commit is contained in:
r8zavetr8v 2024-05-28 23:16:37 +03:00
parent 69aa14bed1
commit 5d936c6177

View File

@ -527,5 +527,11 @@ func (i *chainInteractor) NewSalary(
return fmt.Errorf("error fetch organization id from context. %w", err)
}
i.log.Debug(
"not implemented",
slog.String("org id", organizationID.String()),
slog.Any("user", user),
)
return nil
}