Post-transaction side effects for created/updated votes are handled inline in the listings core router.
File: src/server/api/routers/listings/core.ts line 322
Action required:
Extract the vote side-effect logic (e.g., updating counts, triggering notifications) into a dedicated service or helper function.
Requested by @Producdevity — related to PR #375
Post-transaction side effects for created/updated votes are handled inline in the listings core router.
File:
src/server/api/routers/listings/core.tsline 322Action required:
Extract the vote side-effect logic (e.g., updating counts, triggering notifications) into a dedicated service or helper function.
Requested by @Producdevity — related to PR #375