remove more unused code

This commit is contained in:
Ben Irvin 2022-11-16 11:34:09 +01:00
parent dae6d34127
commit e902281584

View File

@ -247,5 +247,3 @@ const createFilePathFactory =
`${prefix}_${String(fileIndex).padStart(5, '0')}.jsonl`
);
};
export type ILocalFileDestinationProvider = InstanceType<typeof LocalFileDestinationProvider>;