Skip to content

Commit 38b6423

Browse files
committed
fix build
1 parent c0453ab commit 38b6423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/vps-web/src/app/ai-flow-engine-worker/worker-base-rect-node-class.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class BaseRectNode {
9595
return <div></div>;
9696
}
9797
onResize: ((width: number, height: number) => void) | undefined = undefined;
98-
setSize = (width: number, height: number) => {
98+
setSize = (_width: number, _height: number) => {
9999
//
100100
};
101101
}

0 commit comments

Comments
 (0)