mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-28 02:25:18 +00:00
Refactors domain service
This commit is contained in:
@@ -20,6 +20,8 @@ const toHostList = R.chain(data => {
|
||||
|
||||
const registerDomains = async ({ domainService, getDomains }) => {
|
||||
const domains = await getDomains().then(toHostList);
|
||||
|
||||
console.log(domains);
|
||||
};
|
||||
|
||||
const main = () => {
|
||||
|
||||
Reference in New Issue
Block a user