Skip to content

codemonitors: clean up GetMonitor

Warren Gifford requested to merge cc/remove-last-codemonitor-query-use into main

Created by: camdencheek

This:

  • Renames MonitorByIDInt64 to GetMonitor
  • Pulls scanMonitor out of scanMonitors
  • Converts GetMonitor to use QueryRow rather than Query to avoid lots of extra logic
  • Converts GetMonitor to use monitorColumns to keep the query in sync with the scanner
  • Adds comments

Merge request reports

Loading