feat: merge v3dev into main
This commit is contained in:
@@ -19,7 +19,6 @@ var Relation = &relation{m: make(map[int]map[int]struct{})}
|
||||
func init() {
|
||||
Relation.Add(RecordNotFoundError, UserIDNotFoundError)
|
||||
Relation.Add(RecordNotFoundError, GroupIDNotFoundError)
|
||||
Relation.Add(DuplicateKeyError, UserIDExisted)
|
||||
Relation.Add(DuplicateKeyError, GroupIDExisted)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user