summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js
index 7b607ca..28a5a07 100644
--- a/index.js
+++ b/index.js
@@ -165,7 +165,8 @@ function boost(rows) {
       headers: {
         'Authorization': 'Bearer ' + AMBASSADOR_TOKEN
       },
-      body: ''
+      body: '',
+      method: 'POST'
     })
     .then(res => res.json())
     .then(result => {