From a5fd76880291ea8135ee6b9a433082ed7fd11564 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Tue, 6 Jan 2026 18:56:24 -0700 Subject: [INF-18492] Automate Queue Retry and Log Streaming Retry octopus fix --- lisp/service/rest-service.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/service/rest-service.lisp') diff --git a/lisp/service/rest-service.lisp b/lisp/service/rest-service.lisp index a060863..7941630 100644 --- a/lisp/service/rest-service.lisp +++ b/lisp/service/rest-service.lisp @@ -34,3 +34,6 @@ (defun type-to-path (rest-type) (concatenate 'string "/" (ppcre:regex-replace "-service" (string-downcase (type-of rest-type)) "/"))) + +(defun split-text-input (input) + (remove-if (lambda (x) (org-ckons-core::null-or-empty-p x)) (cl-ppcre:split "[, ]" input))) -- cgit v1.3