Skip to content

Commit

Permalink
Removed unnecessary return type
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmfgtab committed Sep 11, 2023
1 parent c1f534e commit ce0a588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/RequestThrottle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {generateRandomInt} from './NumberUtils';

let requestWaitTime = 0;

function clear(): void {
function clear() {
requestWaitTime = 0;
}

Expand Down

0 comments on commit ce0a588

Please sign in to comment.