Update packages/core/data-transfer/lib/providers/local-file-source-provider/index.ts

This commit is contained in:
Ben Irvin 2022-12-28 16:56:57 +01:00 committed by GitHub
parent 8677a4ac6c
commit b566c0d44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,6 @@ class LocalFileSourceProvider implements ISourceProvider {
} catch (e) {
throw new Error(`Can't read file "${filePath}".`);
}
}
getMetadata() {