muni-town / weird

Weird web pages
https://weird.one
Other
49 stars 11 forks source link

eventually we only want to return records for users that exist #221

Open github-actions[bot] opened 3 weeks ago

github-actions[bot] commented 3 weeks ago

const exists = await redis.exists(REDIS_USER_PREFIX + aUsername); if (!exists) return returnAnswers(null);


https://github.com/muni-town/weird/blob/a6766ee51eabbb2d8923277a510412d0f5cd66ed/src/lib/dns/server.ts#L138-L145


This issue was generated by todo-issue based on a TODO comment in a6766ee51eabbb2d8923277a510412d0f5cd66ed.