Skip to content

Commit 9895dc8

Browse files
committed
fix ts
1 parent 7de44e3 commit 9895dc8

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/items/Live

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/items/Live/LiveInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const IconContainer = styled.div`
157157
interface IRoomInfo {
158158
users: Array<any>;
159159
editorIds: Array<any>;
160-
startTime: string;
160+
startTime: number;
161161
roomId: string;
162162
mode: string;
163163
}

0 commit comments

Comments
 (0)