Skip to content
Snippets Groups Projects
Commit 06a2e110 authored by Rene Roesner's avatar Rene Roesner Committed by Pascal Osterwinter
Browse files

Changed var to const.

parent 457bbef7
No related branches found
No related tags found
1 merge request!172Updated Javascript code snippet to start a submission
...@@ -59,7 +59,7 @@ $ curl \ ...@@ -59,7 +59,7 @@ $ curl \
<TabItem value="js"> <TabItem value="js">
```js ```js
var axios = require('axios'); const axios = require('axios');
const DESTINATION_ID = "f7e70568-1fbc-476e-b1fa-a691ef205c7d" const DESTINATION_ID = "f7e70568-1fbc-476e-b1fa-a691ef205c7d"
const TOKEN = "eyJraWQfaWQiOiJiMj...ZPWT1NtPaYZ8YWHXh1TWcb2uhLVVnDBQ" const TOKEN = "eyJraWQfaWQiOiJiMj...ZPWT1NtPaYZ8YWHXh1TWcb2uhLVVnDBQ"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment