1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-30 06:00:06 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Allan Bowe
2eb246c543 fix: removing favicon file 2021-01-14 18:07:42 +01:00
d9954ae777 fix: renegade comma 2021-01-14 16:55:17 +02:00
3 changed files with 2 additions and 2 deletions

View File

@@ -12767,7 +12767,7 @@ data _null_;
paramstring=symget('paramstring');
put '{"jobDefinitionUri":' joburi ;
put ' ,"arguments":{"_contextName":' contextname;
put ' "_program":' _program;
put ' ,"_program":' _program;
if paramstring ne "0" then do;
put ' ,' paramstring;
end;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -130,7 +130,7 @@ data _null_;
paramstring=symget('paramstring');
put '{"jobDefinitionUri":' joburi ;
put ' ,"arguments":{"_contextName":' contextname;
put ' "_program":' _program;
put ' ,"_program":' _program;
if paramstring ne "0" then do;
put ' ,' paramstring;
end;