mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Delete update-remote-user.js
This commit is contained in:
		
							parent
							
								
									ac8817ef34
								
							
						
					
					
						commit
						f7c596beac
					
				
					 1 changed files with 0 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -1,12 +0,0 @@
 | 
			
		|||
const updatePerson = require('../built/remote/activitypub/models/person').updatePerson;
 | 
			
		||||
 | 
			
		||||
const args = process.argv.slice(2);
 | 
			
		||||
const user = args[0];
 | 
			
		||||
 | 
			
		||||
console.log(`Updating ${user}...`);
 | 
			
		||||
 | 
			
		||||
updatePerson(user).then(() => {
 | 
			
		||||
	console.log(`Updated ${user}`);
 | 
			
		||||
}, e => {
 | 
			
		||||
	console.error(e);
 | 
			
		||||
});
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue