Skip to content

Commit 55f2440

Browse files
committed
Change data type from any to unknown
1 parent f368baa commit 55f2440

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/Preview/DevTools/Terminal

1 file changed

+1
-1
lines changed

packages/app/src/app/components/Preview/DevTools/Terminal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DevToolTerminal extends React.Component<
3232
};
3333

3434
term: TerminalWithFit;
35-
messageQueue: any[] = [];
35+
messageQueue: unknown[] = [];
3636
listener: () => void;
3737
node?: HTMLElement;
3838
timeout?: number;

0 commit comments

Comments
 (0)