Skip to content

Commit 66d4613

Browse files
caitlinchan23Nkmailind-taniartviner
committed
changed type on getPerfMetrics
Co-authored-by: Nkmai <[email protected]> Co-authored-by: lind-tania <[email protected]> Co-authored-by: rtviner <[email protected]> Co-authored-by: caitlinchan23 <[email protected]>
1 parent 3619c3b commit 66d4613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/PerformanceVisx.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const getSnapshotIds = (obj, snapshotIds = []): string[] => {
122122
};
123123

124124
// Returns array of snapshot objs each with components and corresponding render times
125-
const getPerfMetrics = (snapshots, snapshotsIds): any[] => {
125+
const getPerfMetrics = (snapshots, snapshotsIds): {} => {
126126
const perfData = {
127127
barStack: [],
128128
componentData: {},

0 commit comments

Comments
 (0)