mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-14 04:01:30 +08:00
fix undefined originalFileName
This commit is contained in:
@@ -40,6 +40,8 @@ public class As2ProcessingService {
|
|||||||
try (SafeAutoCloseable ignored = CustomLog.startScope(logContext)) {
|
try (SafeAutoCloseable ignored = CustomLog.startScope(logContext)) {
|
||||||
|
|
||||||
String structureIdPartner = logContext.get(As2Constants.STRUCTURE_ID);
|
String structureIdPartner = logContext.get(As2Constants.STRUCTURE_ID);
|
||||||
|
String originalFileName = logContext.get(As2Constants.FILE_NAME);
|
||||||
|
|
||||||
|
|
||||||
// Conditional flow logic
|
// Conditional flow logic
|
||||||
boolean isChorusFlow = Boolean.parseBoolean(logContext.get(As2Constants.CHORUS_FLOW));
|
boolean isChorusFlow = Boolean.parseBoolean(logContext.get(As2Constants.CHORUS_FLOW));
|
||||||
|
|||||||
Reference in New Issue
Block a user