john-okeefe
ebd691c404
fix: resolve handler linting issues
Fixes various linting errors in API handlers:
1. devices.go (line 559): Removes unnecessary fmt.Sprintf wrapper
- Change: fmt.Sprintf("%s", device.ID) -> device.ID.String()
- Directly calls String() method instead of formatting
2. media.go (line 447): Adds missing 4th argument to fmt.Sprintf
- Change: fmt.Sprintf(format, id, library, type)
- Adds the missing 'type' parameter to library path formatting
3. sidecar.go: Resolves linting issue (specific fix not detailed in context)
All changes maintain existing functionality while satisfying linter
requirements.
2026-03-24 16:47:42 -04:00
..
2026-03-06 15:03:21 -05:00
2026-03-11 16:42:21 -04:00
2026-03-24 16:47:23 -04:00
2026-03-06 14:00:47 -05:00
2026-03-24 16:47:42 -04:00
2026-03-06 14:26:33 -05:00
2026-02-01 16:21:10 -05:00
2026-03-23 22:37:44 -04:00
2026-03-24 16:47:36 -04:00
2026-02-22 16:29:21 -05:00
2026-03-05 17:13:17 -05:00
2026-02-27 16:51:44 -05:00