From 6b378749e5b5db6df95c3efaf575b69cd235e391 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 2 Jun 2025 14:10:40 +0000 Subject: [PATCH] chore: updating all.sas --- all.sas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all.sas b/all.sas index af66c1f..3846be3 100644 --- a/all.sas +++ b/all.sas @@ -24425,7 +24425,8 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref %else %do; ct="&ctype" %end; - %if "&ext"="HTML" or "&ext"="CSS" or "&ext"="JS" or "&ext"="SVG" %then %do; + %if "&ext"="HTML" or "&ext"="CSS" or "&ext"="JS" or "&ext"="PNG" + or "&ext"="SVG" %then %do; url="&url%str(&)typeDefName=file"; %end; %else %do;