rename backend to basend
This commit is contained in:
		
							parent
							
								
									c237e556b2
								
							
						
					
					
						commit
						a470a51098
					
				
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							@ -33,7 +33,7 @@ module.exports = {
 | 
				
			|||||||
        file.path = file.path.replace('\\', '/')
 | 
					        file.path = file.path.replace('\\', '/')
 | 
				
			||||||
        return Object.assign(file, { _state: 'SUCCESS' })
 | 
					        return Object.assign(file, { _state: 'SUCCESS' })
 | 
				
			||||||
      } else {
 | 
					      } else {
 | 
				
			||||||
        return { _state: 'BACKEND_FAIL_FILE_NOT_RECEIVED' }
 | 
					        return { _state: 'BASEND_FAIL_FILE_NOT_RECEIVED' }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user