aboutsummaryrefslogtreecommitdiff
path: root/internal/ingest/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ingest/client.go')
-rw-r--r--internal/ingest/client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/ingest/client.go b/internal/ingest/client.go
index 29457cf..ad145c3 100644
--- a/internal/ingest/client.go
+++ b/internal/ingest/client.go
@@ -370,7 +370,6 @@ func isSpace(b byte) bool {
func (c *Client) fetchFromFile(after uint64, limit uint64) ([]types.ExportRecord, error) {
path := strings.TrimPrefix(c.source, "file://")
-
path = filepath.Clean(path)
b, err := os.ReadFile(path)