openmates 0.14.8-alpha.6 → 0.14.8-alpha.7
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.
|
@@ -3004,8 +3004,8 @@ async function buildTaskEventSystemMessage(params) {
|
|
|
3004
3004
|
return message;
|
|
3005
3005
|
}
|
|
3006
3006
|
function taskUpdateJobBelongsToActiveTurn(job, activeChatId, taskEvents) {
|
|
3007
|
-
|
|
3008
|
-
return
|
|
3007
|
+
void activeChatId;
|
|
3008
|
+
return taskEvents.some((event) => event.task_update_job_id === job.job_id);
|
|
3009
3009
|
}
|
|
3010
3010
|
function buildTaskUpdateJobPersistPayload(params) {
|
|
3011
3011
|
const encryptedTaskPayload = pruneAbsentTaskPersistFields(params.encryptedTaskPayload);
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED