Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid-80 committed Jun 28, 2024
1 parent 9b1555d commit fad3792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export interface FILE {
whiteboard: string;
_id: string;
_creationTime: number;
read?:boolean;
write?:boolean;
read:boolean;
write:boolean;
writtenBy: string[];
readBy: string[];
}
Expand Down

0 comments on commit fad3792

Please sign in to comment.