mirror of
				https://github.com/elyby/chrly.git
				synced 2025-05-31 14:11:51 +05:30 
			
		
		
		
	Merge branch 'develop'
This commit is contained in:
		@@ -114,15 +114,13 @@ func (db *redisDb) FindByUsername(username string) (*model.Skin, error) {
 | 
			
		||||
 | 
			
		||||
	result, err := zlibDecode(encodedResult)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		log.Println("Cannot uncompress zlib for key " + redisKey) // TODO: replace with valid error
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	var skin *model.Skin
 | 
			
		||||
	err = json.Unmarshal(result, &skin)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		log.Println("Cannot decode record data for key" + redisKey) // TODO: replace with valid error
 | 
			
		||||
		return nil, nil
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	skin.OldUsername = skin.Username
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user