mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-20 11:50:27 +08:00
fix undefined originalFileName
This commit is contained in:
parent
7945c3c979
commit
73de75abfd
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user