From f98f159f4f608808e09622d0f11f5aef7f727a47 Mon Sep 17 00:00:00 2001 From: Jens Pots Date: Thu, 16 May 2024 13:56:51 +0200 Subject: [PATCH] fix: update arg name in `processor.ttl` --- processors.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processors.ttl b/processors.ttl index 25c80ba..6af6fe8 100644 --- a/processors.ttl +++ b/processors.ttl @@ -95,7 +95,7 @@ js:HttpFetch a js:JsProcess; sh:maxCount 1; sh:minCount 1 ], [ - sh:path js:HttpFetchOptions; + sh:path js:options; sh:name "options"; sh:class js:HttpFetchOptions; sh:maxCount 1