Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DJWoodZ committed Sep 29, 2024
1 parent 07a09fb commit 14e1b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Name | Type | Default | Description
----|------|---------|-------------
address | string | '127.0.0.1' | The address of the Dedicated Server
port | number | 7777 | The port number of the Dedicated Server
https | object | { request: { timeout:30000 } } | Options for HTTPS functions
https | object | { request: { timeout:30000 } } | Options for [HTTPS](https://nodejs.org/api/https.html) functions
authenticationToken | string | | The authentication token to be set for requests

APIClient Functions
Expand Down Expand Up @@ -1003,7 +1003,7 @@ const main = async () => {
}
}
// Generate API token
// generate API token
{
const {
status,
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const utils = {
/**
* Deep merge multiple objects into one.
* @param {...any} objects The objects to merge.
* @param {...any} objects The objects to merge.
* @returns {Object} The merged object.
*/
deepMerge: (...objects) => {
Expand Down

0 comments on commit 14e1b6c

Please sign in to comment.