mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-14 00:22:48 +00:00
Refactors out some of the helpers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const R = require('ramda');
|
||||
const { VALID_RECORD_TYPES, TTL, ENV } = require('../utils/constants');
|
||||
const { domainService: dc } = require('../utils/domain-service');
|
||||
const { getDomains: gd } = require('../utils/domain');
|
||||
const { getDomains: gd } = require('../utils/get-domain');
|
||||
|
||||
const getRecords = R.compose(R.toPairs, R.pick(VALID_RECORD_TYPES));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user