Skip to content

Commit e173a1c

Browse files
committed
change add tools
1 parent adfe0e5 commit e173a1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/axiosInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const axios = require('axios');
2-
const axiosInstance=axios.create();
2+
const axiosInstance = axios.create();
33

44
module.exports = axiosInstance;

lib/query/woqlLibrary.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
const WOQLQuery = require('./woqlCore')
33
//const WOQLJSON = require('./woqlQuery')
44
const WOQL = require('../woql')
5-
5+
//too60758@zwoho.com
66
const ww = new WOQLQuery()
7-
7+
//lyp72911@zwoho.com
88
/**
99
* Library Functions all work in the same way, with the same signature
1010
*

0 commit comments

Comments
 (0)