1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

dont sequentialize in throttle spec

This commit is contained in:
Kyle Spearrin
2019-04-19 17:41:33 -04:00
parent bc43c68eb9
commit 8edc99dfd1

View File

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