mirror of
https://github.com/bitwarden/jslib
synced 2025-12-23 11:43:51 +00:00
formatting fix
This commit is contained in:
@@ -21,7 +21,7 @@ export function throttle(limit: number, throttleKey: (args: any[]) => string) {
|
||||
};
|
||||
|
||||
return {
|
||||
value: function (...args: any[]) {
|
||||
value: function(...args: any[]) {
|
||||
const throttles = getThrottles(this);
|
||||
const argsThrottleKey = throttleKey(args);
|
||||
let queue = throttles.get(argsThrottleKey);
|
||||
|
||||
Reference in New Issue
Block a user