Skip to content

Commit 2b1fff0

Browse files
committed
chore
1 parent 1f948a8 commit 2b1fff0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parsers.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const PushRequest = protobufjs.loadSync(path.join(__dirname, 'lib', 'loki.proto'
1515
const OTLPTraceData = protobufjs.loadSync(path.join(__dirname, 'lib', 'otlp.proto')).lookupType('TracesData')
1616
const OTLPLogsData = protobufjs.loadSync(path.join(__dirname, 'lib', 'otlp.proto')).lookupType('LogsData')
1717
const { parse: queryParser } = require('fast-querystring')
18-
const fs = require('fs')
1918

2019
/**
2120
*

0 commit comments

Comments
 (0)