Skip to content

Commit c1499f5

Browse files
refactor: remove unused rooms.favorite from rest-typings
1 parent 12a6a74 commit c1499f5

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

packages/rest-typings/src/v1/rooms.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -796,20 +796,6 @@ export type RoomsEndpoints = {
796796
POST: (params: { roomId: string; notifications: Notifications }) => void;
797797
};
798798

799-
'/v1/rooms.favorite': {
800-
POST: (
801-
params:
802-
| {
803-
roomId: string;
804-
favorite: boolean;
805-
}
806-
| {
807-
roomName: string;
808-
favorite: boolean;
809-
},
810-
) => void;
811-
};
812-
813799
'/v1/rooms.nameExists': {
814800
GET: (params: { roomName: string }) => {
815801
exists: boolean;

0 commit comments

Comments
 (0)