We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b621f73 commit 09e28f2Copy full SHA for 09e28f2
src/main/java/sasreporting/redcap/spark/REDCapSPARKService.java
@@ -72,7 +72,7 @@ public void init() {
72
73
logger.info("Starting REDCap listener");
74
75
- report_file_prefix=System.getenv("REPORT_PREFIX");
+ String report_file_prefix=System.getenv("REPORT_PREFIX");
76
// if ENV: REPORT_PREFIX is set use it
77
if (report_file_prefix != null) {
78
REPORT_PREFIX = report_file_prefix;
0 commit comments