polite-napkin-90098
07/21/2023, 5:43 PM~ tags : [
~ [0]: {
~ key : "Environment" => "Name"
~ value: "test" => "influxdb"
}
~ [1]: {
~ key : "Name" => "Environment"
~ value: "influxdb" => "test"
}
]
Which is an ordering issue, how do I avoid these?
I'm writing typescript btw, not sure if that matters~ tags: [
~ [0]: {
~ key : "Environment" => "Environment"
~ value: "test" => "test"
}
~ [1]: {
~ key : "Name" => "Name"
~ value: "influxdb" => "influxdb"
}
]