Merge pull request 'Remove commented line for checking git branch' (#1) from dev-mqtt into master

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-08-06 05:28:29 +00:00

View File

@@ -205,7 +205,6 @@ func messageHandler(client mqtt.Client, msg mqtt.Message) {
return
}
// Build insert statement
columns := []string{"plant_id", "mfm_meter_id"}
placeholders := []string{"$1", "$2"}
args := []interface{}{plantID, mfmMeterID}