Remove commented line for checking git branch #1
@@ -205,7 +205,6 @@ func messageHandler(client mqtt.Client, msg mqtt.Message) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build insert statement
|
|
||||||
columns := []string{"plant_id", "mfm_meter_id"}
|
columns := []string{"plant_id", "mfm_meter_id"}
|
||||||
placeholders := []string{"$1", "$2"}
|
placeholders := []string{"$1", "$2"}
|
||||||
args := []interface{}{plantID, mfmMeterID}
|
args := []interface{}{plantID, mfmMeterID}
|
||||||
|
|||||||
Reference in New Issue
Block a user