Skip to content

Commit

Permalink
Update JSDoc comment JC-726
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Sotnichenko <98300391+artem-sotnichenko-saritasa@users.noreply.github.com>
  • Loading branch information
1 parent 760a7c5 commit 2149e6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/react/src/api/services/localStorageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export namespace LocalStorageService {

/**
* Remove tokens from local storage.
* @param tokens - Access and refresh tokens.
*/
export function removeTokens(): void {
localStorage.removeItem('accessToken');
Expand Down

0 comments on commit 2149e6f

Please sign in to comment.