fix: minor tweak
This commit is contained in:
parent
2f3c3aeba9
commit
5dab781fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ const redirectUri = `${window.location.origin}/`;
|
|||
// GENERAL HELPER FUNCTIONS
|
||||
|
||||
/**
|
||||
* Makes a POST request and parses the response as JSON
|
||||
* Makes a POST request and parse the response as JSON
|
||||
*
|
||||
* @param {String} url - The resource
|
||||
* @param {Object} params - Configuration options
|
||||
|
|
|
|||
Loading…
Reference in a new issue