mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 09:35:39 -05:00
Add no implicit any to the strict null check (#5635)
* wip * working through adding no implicit any
This commit is contained in:
@@ -19,7 +19,7 @@ suite('TableDataView', () => {
|
||||
|
||||
let rowCountEventInvokeCount = 0;
|
||||
let filterStateChangeEventInvokeCount = 0;
|
||||
let rowCountEventParameter;
|
||||
let rowCountEventParameter: number;
|
||||
obj.onRowCountChange((count) => {
|
||||
rowCountEventInvokeCount++;
|
||||
rowCountEventParameter = count;
|
||||
|
||||
Reference in New Issue
Block a user