From 9106b3e154b21993815665a5e2b8a37ad1d5310e Mon Sep 17 00:00:00 2001 From: Josh Wulf Date: Fri, 5 May 2023 11:18:13 +1200 Subject: [PATCH] (doc) evaluateDecision now implemented --- src/zb/ZBClient.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zb/ZBClient.ts b/src/zb/ZBClient.ts index 3f75319..31f16a0 100644 --- a/src/zb/ZBClient.ts +++ b/src/zb/ZBClient.ts @@ -917,7 +917,6 @@ export class ZBClient extends TypedEmitter { /** * - * NOT IMPLEMENTED YET * @description Evaluates a decision. The decision to evaluate can be specified either by using its unique key (as returned by DeployResource), or using the decision ID. When using the decision ID, the latest deployed version of the decision is used. * @example * ```