zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 14945d0ef878d406ed9c2f0fb5f4fa913cd8403c
parent 7bd3de8a54203a309cbd24c8bd03f332d6974b3a
Author: srfsh <dev@srf.sh>
Date:   Tue, 17 Jan 2023 13:49:35 +0300

Zenflows.VF.Intent.Type: fix resourceConformsTo type

Diffstat:
Msrc/zenflows/vf/intent/type.ex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zenflows/vf/intent/type.ex b/src/zenflows/vf/intent/type.ex @@ -120,7 +120,7 @@ object :intent do resolve: &Resolv.resource_inventoried_as/3 @desc @resource_conforms_to - field :resource_conforms_to, :economic_resource, + field :resource_conforms_to, :resource_specification, resolve: &Resolv.resource_conforms_to/3 @desc @resource_classified_as