mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
dont sequentialize in throttle spec
This commit is contained in:
@@ -94,7 +94,6 @@ class Foo {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@sequentialize((args) => 'qux' + args[0])
|
|
||||||
@throttle(1, () => 'qux')
|
@throttle(1, () => 'qux')
|
||||||
qux(a: number) {
|
qux(a: number) {
|
||||||
this.calls++;
|
this.calls++;
|
||||||
|
|||||||
Reference in New Issue
Block a user