mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	✨
This commit is contained in:
		
							parent
							
								
									fdce64e7ab
								
							
						
					
					
						commit
						f495891ac3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -160,7 +160,7 @@ async function init(): Promise<InitResult> {
 | 
				
			||||||
		mongoDBLogger.info('Successfully connected');
 | 
							mongoDBLogger.info('Successfully connected');
 | 
				
			||||||
		db.close();
 | 
							db.close();
 | 
				
			||||||
	} catch (e) {
 | 
						} catch (e) {
 | 
				
			||||||
		mongoDBLogger.error(`${e}`);
 | 
							mongoDBLogger.error(e);
 | 
				
			||||||
		return InitResult.Failure;
 | 
							return InitResult.Failure;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue