fix: cleanup not available on development env

This commit is contained in:
Mar0xy 2023-11-12 17:32:24 +01:00
parent b7fc13efb7
commit bc25b28a4e
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ export class ImportNotesProcessorService {
return;
}
const type = job.data.type ?? '';
const type = job.data.type;
if (type === 'Twitter' || file.name.startsWith('twitter') && file.name.endsWith('.zip')) {
const [path, cleanup] = await createTempDir();