dont sequentialize in throttle spec
This commit is contained in:
parent
bc43c68eb9
commit
8edc99dfd1
|
@ -94,7 +94,6 @@ class Foo {
|
|||
});
|
||||
}
|
||||
|
||||
@sequentialize((args) => 'qux' + args[0])
|
||||
@throttle(1, () => 'qux')
|
||||
qux(a: number) {
|
||||
this.calls++;
|
||||
|
|
Loading…
Reference in New Issue