Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jul 15, 2024
1 parent 1f948a8 commit 2b1fff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const PushRequest = protobufjs.loadSync(path.join(__dirname, 'lib', 'loki.proto'
const OTLPTraceData = protobufjs.loadSync(path.join(__dirname, 'lib', 'otlp.proto')).lookupType('TracesData')
const OTLPLogsData = protobufjs.loadSync(path.join(__dirname, 'lib', 'otlp.proto')).lookupType('LogsData')
const { parse: queryParser } = require('fast-querystring')
const fs = require('fs')

/**
*
Expand Down

0 comments on commit 2b1fff0

Please sign in to comment.