소스 검색

Changed Id to ID per iopreds request

jonas747 8 년 전
부모
커밋
339ad583da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      structs.go

+ 1 - 1
structs.go

@@ -289,7 +289,7 @@ type Ready struct {
 type Relationship struct {
 	User *User  `json:"user"`
 	Type int    `json:"type"` // 1 = friend, 2 = blocked, 3 = incoming friend req, 4 = sent friend req
-	Id   string `json:"id"`
+	ID   string `json:"id"`
 }
 
 // A RateLimit struct holds information related to a specific rate limit.