Fix English grammatical error
This commit is contained in:
		
							parent
							
								
									8c1e10e28c
								
							
						
					
					
						commit
						bbcee20b01
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -76,7 +76,7 @@ module.exports = (params, user) =>
 | 
				
			||||||
				return rej('parent-folder-not-found');
 | 
									return rej('parent-folder-not-found');
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// Check if the circular reference will be occured
 | 
								// Check if the circular reference will occur
 | 
				
			||||||
			async function checkCircle(folderId) {
 | 
								async function checkCircle(folderId) {
 | 
				
			||||||
				// Fetch folder
 | 
									// Fetch folder
 | 
				
			||||||
				const folder2 = await DriveFolder.findOne({
 | 
									const folder2 = await DriveFolder.findOne({
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue