Skip to content

Commit

Permalink
Todo item manual deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
todo-kanban-board[bot] authored Nov 30, 2024
1 parent 2e8bc63 commit 29b1bb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export interface IFriend {
status: 'ONLINE' | 'OFFLINE' | 'IDLE' | 'DO_NOT_DISTURB';
unread: number;
}
// TODO: [jbfvzuc4] Update interfaces with correct fields

interface IAuthor {
avatar: string;
Expand Down

0 comments on commit 29b1bb1

Please sign in to comment.