@rivus/agent 0.8.5 → 0.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -160,7 +160,7 @@ function createFeishuCardDeliveryReconciler(options) {
|
|
|
160
160
|
}) };
|
|
161
161
|
}
|
|
162
162
|
function isMissingPresentationError(error) {
|
|
163
|
-
return error !== null && typeof error === "object" && error.
|
|
163
|
+
return error !== null && typeof error === "object" && error._tag === "FeishuCardTargetNotFound";
|
|
164
164
|
}
|
|
165
165
|
function initialRecord(runId) {
|
|
166
166
|
return {
|