mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-09 10:21:53 +00:00
Fixes autofix script
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ const migrate = ([file, domain]) => [
|
||||
file,
|
||||
{
|
||||
...domain,
|
||||
record: /\.is-a\.dev$/.test(domain.record.URL || '')
|
||||
record: file !== '@.json' && /\.is-a\.dev$/.test(domain.record.URL || '')
|
||||
? R.dissoc('URL', domain.record)
|
||||
: domain.record,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user