Skip to content

Commit

Permalink
Update DOCS.md and minified
Browse files Browse the repository at this point in the history
  • Loading branch information
King-BR committed Feb 7, 2021
1 parent 66cf4a0 commit 03acb57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Avaliable for everyone but with limitations depending on your api access type
<a name="MozambiqueAPI+compare"></a>

### mozambiqueAPI.compare(query1, query2) ⇒ [<code>ComparedData</code>](#ComparedData)
Compare two players
Compare two players (WIP)

**Kind**: instance method of [<code>MozambiqueAPI</code>](#MozambiqueAPI)

Expand Down
7 changes: 2 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,9 @@ class MozambiqueAPI {
return request(this, url);
}


/**
* Compare two players
*
* Compare two players (WIP)
*
* @param {Object} query1 - Query parameters
* @param {String} [query1.player] - Player name
* @param {String|Number} [query1.uid] - Player UID
Expand Down Expand Up @@ -175,8 +174,6 @@ class MozambiqueAPI {
DataObj.players[1] = await request(this, url2);
}



return DataObj;
}

Expand Down
2 changes: 1 addition & 1 deletion minified/mozambique-api-wrapper.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03acb57

Please sign in to comment.