mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-04 18:27:12 +02:00
Revert "dont sequentialize in throttle spec"
This reverts commit 8edc99dfd1
.
This commit is contained in:
parent
8edc99dfd1
commit
a0a1142f1f
@ -94,6 +94,7 @@ class Foo {
|
||||
});
|
||||
}
|
||||
|
||||
@sequentialize((args) => 'qux' + args[0])
|
||||
@throttle(1, () => 'qux')
|
||||
qux(a: number) {
|
||||
this.calls++;
|
||||
|
Loading…
Reference in New Issue
Block a user