mirror of
https://github.com/diced/zipline.git
synced 2026-06-12 10:51:17 -07:00
fix: build errors
This commit is contained in:
@@ -126,4 +126,3 @@ export class LocalDatasource extends Datasource {
|
||||
return files.filter((f) => f.isFile() && f.name.startsWith(options.prefix || '')).map((f) => f.name);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -311,4 +311,3 @@ export default typedPlugin(
|
||||
},
|
||||
{ name: PATH },
|
||||
);
|
||||
|
||||
|
||||
@@ -560,4 +560,3 @@ export default typedPlugin(
|
||||
},
|
||||
{ name: PATH },
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user