Skip to content

Commit b194aed

Browse files
committed
Fix this type.
1 parent 60919a6 commit b194aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/profile-logic/merge-compare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export function mergeProfilesForDiffing(
151151

152152
// Then we loop over all profiles and do the necessary changes according
153153
// to the states we computed earlier.
154-
const transformStacks: any = {};
154+
const transformStacks: TransformStacksPerThread = {};
155155
const implementationFilters: ImplementationFilter[] = [];
156156
// These may be needed for filtering markers.
157157
let ipcCorrelations;

0 commit comments

Comments
 (0)