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