We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfe0e5 commit e173a1cCopy full SHA for e173a1c
lib/axiosInstance.js
@@ -1,4 +1,4 @@
1
const axios = require('axios');
2
-const axiosInstance=axios.create();
+const axiosInstance = axios.create();
3
4
module.exports = axiosInstance;
lib/query/woqlLibrary.js
@@ -2,9 +2,9 @@
const WOQLQuery = require('./woqlCore')
//const WOQLJSON = require('./woqlQuery')
const WOQL = require('../woql')
5
-
+//too60758@zwoho.com
6
const ww = new WOQLQuery()
7
+//lyp72911@zwoho.com
8
/**
9
* Library Functions all work in the same way, with the same signature
10
*
0 commit comments