Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add doc comment to Point init
Browse files Browse the repository at this point in the history
dankinsoid committed May 2, 2024
1 parent 74b8a3e commit b4f30d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/InfluxDBSwift/Point.swift
Original file line number Diff line number Diff line change
@@ -99,6 +99,7 @@ extension InfluxDBClient {
// Default tags which will be added to each point written by api.
var tags: [String: String?] = [:]

/// Create a new PointSettings.
public init() {}

/// Add new default tag with key and value.

0 comments on commit b4f30d6

Please sign in to comment.