Skip to content

Commit 5896ae3

Browse files
authored
Update index.js
1 parent 01c8139 commit 5896ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/post-tinyurl/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports.handler = async function http (request) {
1010
const options = {
1111
method: 'POST',
1212
headers: {
13-
'X-RapidAPI-Key': api_key
13+
'X-RapidAPI-Key': `${api_key}`
1414
},
1515
body: encodedParams
1616
};

0 commit comments

Comments
 (0)