fix(influxdb): update logger for starboard to use correct fields by anemoijereja-eden · Pull Request #860 · allthingslinux/tux
Description
changed query from guild_id to message_guild_id
Guidelines
-
My code follows the style guidelines of this project (formatted with Ruff)
-
I have performed a self-review of my own code
-
I have commented my code, particularly in hard-to-understand areas
-
I have made corresponding changes to the documentation if needed
-
My changes generate no new warnings
-
I have tested this change
-
Any dependent changes have been merged and published in downstream modules
-
I have added all appropriate labels to this PR
-
[ x] I have followed all of these guidelines.
How Has This Been Tested? (if applicable)
double-checked the db query by running it in $eval on prod tux
Screenshots (if applicable)
Please add screenshots to help explain your changes.
Additional Information
Please add any other information that is important to this PR.
Summary by Sourcery
Bug Fixes:
- Correct the starboard_message query to filter by message_guild_id instead of guild_id