Skip to content

Commit f06a7c4

Browse files
committed
matching: fix nats_msg_seq metric 🐛
1 parent af375c4 commit f06a7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/match.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ const runGtfsMatching = async (cfg, opt = {}) => {
288288
topic_root,
289289
redelivered,
290290
}, tReceived / 1000)
291-
natsMsgSeq.set(seq, {topic_root})
291+
natsMsgSeq.set({topic_root}, seq)
292292
}
293293

294294
const matchingMetricsLabels = {

0 commit comments

Comments
 (0)