Remove presentation on end

This commit is contained in:
Joao Siebel 2021-09-10 16:25:01 -03:00
parent 6286d8bc9c
commit 05ba0db81a

View File

@ -57,7 +57,9 @@ public class PresentationConversionCompletionService {
}
private void handleEndProcessing(PresentationToConvert p) {
presentationsToConvert.remove(p.getKey());
String presentationToConvertKey = p.getKey() + "_" + p.pres.getMeetingId();
presentationsToConvert.remove(presentationToConvertKey);
Map<String, Object> logData = new HashMap<String, Object>();
logData = new HashMap<String, Object>();