Skip to content

Commit 7f79abe

Browse files
f3rnoJacobPlaster
authored andcommitted
(docs) update
1 parent f6119d2 commit 7f79abe

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/RESTv1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6784,7 +6784,7 @@ <h5>Parameters:</h5>
67846784
<br class="clear">
67856785

67866786
<footer>
6787-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Mar 26 2020 14:33:28 GMT+0000 (Greenwich Mean Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
6787+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Mar 27 2020 00:28:27 GMT+0700 (Indochina Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
67886788
</footer>
67896789

67906790
<script>prettyPrint();</script>

docs/RESTv2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17665,7 +17665,7 @@ <h5>Returns:</h5>
1766517665
<br class="clear">
1766617666

1766717667
<footer>
17668-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Mar 26 2020 14:33:28 GMT+0000 (Greenwich Mean Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
17668+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Mar 27 2020 00:28:27 GMT+0700 (Indochina Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1766917669
</footer>
1767017670

1767117671
<script>prettyPrint();</script>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h3>nonce too small</h3>
127127
<br class="clear">
128128

129129
<footer>
130-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Mar 26 2020 14:33:28 GMT+0000 (Greenwich Mean Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
130+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Mar 27 2020 00:28:27 GMT+0700 (Indochina Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
131131
</footer>
132132

133133
<script>prettyPrint();</script>

docs/rest1.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ <h1 class="page-title">rest1.js</h1>
661661
<br class="clear">
662662

663663
<footer>
664-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Mar 26 2020 14:33:28 GMT+0000 (Greenwich Mean Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
664+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Mar 27 2020 00:28:27 GMT+0700 (Indochina Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
665665
</footer>
666666

667667
<script>prettyPrint();</script>

docs/rest2.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h1 class="page-title">rest2.js</h1>
345345
*/
346346
_cb (err, res, cb) {
347347
return new Promise((resolve, reject) => {
348-
const _isCbFunc = [cb] &amp;&amp; _isFunction(cb)
348+
const _isCbFunc = _isFunction(cb)
349349
if (err) {
350350
if (err.error &amp;&amp; err.error[1] === 10114) {
351351
err.message += ' see https://github.com/bitfinexcom/bitfinex-api-node/blob/master/README.md#nonce-too-small for help'
@@ -554,7 +554,7 @@ <h1 class="page-title">rest2.js</h1>
554554
* @param {Function} [cb] - callback
555555
* @returns {Promise} p
556556
*/
557-
conf (keys = [], [cb] = () => {}) {
557+
conf (keys = [], cb = () => {}) {
558558
if (_isEmpty(keys)) {
559559
return Promise.resolve([])
560560
}
@@ -1437,7 +1437,7 @@ <h1 class="page-title">rest2.js</h1>
14371437
<br class="clear">
14381438

14391439
<footer>
1440-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Mar 26 2020 14:33:28 GMT+0000 (Greenwich Mean Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1440+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Mar 27 2020 00:28:27 GMT+0700 (Indochina Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
14411441
</footer>
14421442

14431443
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)