mirror of
				https://github.com/cderche/greenlock-storage-s3
				synced 2025-10-31 12:32:47 +00:00 
			
		
		
		
	fix(accounts): Make check() be async
This commit is contained in:
		
							parent
							
								
									6c0ea5704e
								
							
						
					
					
						commit
						f33fab200f
					
				| @ -1,6 +1,6 @@ | ||||
| const pathHelper = require("../pathHelper"); | ||||
| const fileNames = require("../fileNames"); | ||||
| 
 | ||||
| module.exports.check = (opts, options) => { | ||||
| module.exports.check = async (opts, options) => { | ||||
|     console.log("accounts.check", opts.account.id); | ||||
| }; | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user