OCI-Rest-APIs-nodejs icon indicating copy to clipboard operation
OCI-Rest-APIs-nodejs copied to clipboard

Error in /services/dns.js

Open groundside opened this issue 5 years ago • 0 comments

There is a file case problem that manifiests in Unix systems with this file. Specifically the require import for rrset needs to me amended to read: var rrset = require( './dns/rrSet.js' ) Note the camelcase name

groundside avatar May 30 '19 10:05 groundside