Skip to content

Commit

Permalink
Align JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
YoavBZ authored Dec 11, 2023
1 parent d8ab3b3 commit 20ae500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ export class ApiClient {
}

/**
* This function allows backward compatibility with previous version of axois that did not omit ? for
* urls with no params. This function will make sure we are omitting the ? before signing it
*/
* This function allows backward compatibility with previous version of axois that did not omit ? for
* urls with no params. This function will make sure we are omitting the ? before signing it
*/
function normalizePath(path: string) {
return path.replace(/\?$/, "");
}

0 comments on commit 20ae500

Please sign in to comment.