Skip to content

Commit

Permalink
v up
Browse files Browse the repository at this point in the history
  • Loading branch information
gkpty committed Sep 12, 2020
1 parent a54fb59 commit 6955304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/nameservers/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function aws(domain, nameservers){
//GoDaddy
function godaddy(domain, nameservers){
return new Promise((resolve, reject) => {
console.log('EXECUTING NAMESERVER UPDATE ', domain, nameservers)
//console.log('EXECUTING NAMESERVER UPDATE ', domain, nameservers)
var url = `https://api.godaddy.com/v1/domains/${domain}`
axios({
method: 'patch',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@torus-tools/domains",
"version": "0.0.13",
"version": "0.0.14",
"description": "A standrad promise-based SDK for managing nameserver and DNS operations accorss multiple domain name registrars",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6955304

Please sign in to comment.