Skip to content

Commit

Permalink
Reformat JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pyropy committed Dec 12, 2024
1 parent 16cae7e commit ef2ecd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/influx.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Reports request metrics to InfluxDB
*
* @param {Request} request - incoming request
* @param {object} env - environment variables
*/
Expand All @@ -11,7 +10,6 @@ export const reportRequestMetric = async (request, env) => {
/*
* Returns request metrics in InfluxDB line protocol format
* https://docs.influxdata.com/influxdb/cloud/reference/syntax/line-protocol/
*
* @param {Request} request - incoming request
* @param {object} env - environment variables
*/
Expand All @@ -31,7 +29,6 @@ const createMetricsFromRequest = (request, env) => {
/*
* Sends request metrics to InfluxDB
* https://docs.influxdata.com/enterprise_influxdb/v1/guides/write_data/
*
* @param {string} lineProtocolData - InfluxDB line protocol formatted data
* @param {object} env - environment variables
*/
Expand Down

0 comments on commit ef2ecd0

Please sign in to comment.