From 5c3ac8a123290108a923a719824708a99cba477e Mon Sep 17 00:00:00 2001 From: Trevor Moody Date: Thu, 31 Oct 2024 16:57:38 +0000 Subject: [PATCH] chore: reverted position of the '&boundary' put statement. --- server/ms_triggerstp.sas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ms_triggerstp.sas b/server/ms_triggerstp.sas index a511a0f..293a2de 100644 --- a/server/ms_triggerstp.sas +++ b/server/ms_triggerstp.sas @@ -86,9 +86,9 @@ data _null_; file &mainref termstr=crlf lrecl=32767 mod; length line $1000 name $32 value $32767; - put "--&boundary"; if _n_=1 then call missing(of _all_); set &inputparams; + put "--&boundary"; line=cats('Content-Disposition: form-data; name="',name,'"'); put line; put ;