dont sequentialize in throttle spec

This commit is contained in:
Kyle Spearrin 2019-04-19 17:41:33 -04:00
parent bc43c68eb9
commit 8edc99dfd1
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ class Foo {
});
}
@sequentialize((args) => 'qux' + args[0])
@throttle(1, () => 'qux')
qux(a: number) {
this.calls++;