add back mistakenly removed line

This commit is contained in:
Abhinav 2022-10-15 16:44:04 +05:30
parent 48dafda06c
commit 577916d6ff

View file

@ -267,6 +267,7 @@ class watchFolderService {
this.currentEvent = event; this.currentEvent = event;
this.currentlySyncedMapping = mapping; this.currentlySyncedMapping = mapping;
this.setIsEventRunning(true);
if (event.type === 'upload') { if (event.type === 'upload') {
this.processUploadEvent(); this.processUploadEvent();
} else { } else {