Open github-actions[bot] opened 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
TODO
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.