mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Fix
This commit is contained in:
		
							parent
							
								
									0534a0a41e
								
							
						
					
					
						commit
						2053a041e5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@ const user = args[0];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const q = user.startsWith('@') ? {
 | 
					const q = user.startsWith('@') ? {
 | 
				
			||||||
	username: user.split('@')[1],
 | 
						username: user.split('@')[1],
 | 
				
			||||||
	host: user.split('@')[2]
 | 
						host: user.split('@')[2] || null
 | 
				
			||||||
} : { _id: new mongo.ObjectID(user) };
 | 
					} : { _id: new mongo.ObjectID(user) };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
console.log(`Suspending ${user}...`);
 | 
					console.log(`Suspending ${user}...`);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue