@tiledesk/tiledesk-tybot-connector 2.0.10-rc15 → 2.0.10-rc16
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/package.json
CHANGED
|
@@ -755,7 +755,7 @@ class TiledeskChatbotUtil {
|
|
|
755
755
|
}
|
|
756
756
|
} else if (requestId.startsWith("automation-request-")) {
|
|
757
757
|
const parts = requestId.split("-");
|
|
758
|
-
if (parts.length === 4) {
|
|
758
|
+
if (parts.length === 4 || parts.length === 5) {
|
|
759
759
|
isValid = (parts[0] === "automation" && parts[1] === "request" && parts[2] === projectId && parts[3].length > 0);
|
|
760
760
|
}
|
|
761
761
|
else {
|