하트 랭킹 추가
This commit is contained in:
		@@ -128,4 +128,8 @@ final class LiveRepository {
 | 
			
		||||
    func getTotalHeartCount(roomId: Int) -> AnyPublisher<Response, MoyaError> {
 | 
			
		||||
        return api.requestPublisher(.getTotalHeartCount(roomId: roomId))
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    func heartStatus(roomId: Int) -> AnyPublisher<Response, MoyaError> {
 | 
			
		||||
        return api.requestPublisher(.heartStatus(roomId: roomId))
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user