Nicholai f181387099 fix(feedback): await github issue creation
Worker was terminating before the async GitHub API call
could complete. Adding await ensures the issue is created
before the response is returned.
2026-01-24 14:04:08 -07:00
..