mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	style: linting
This commit is contained in:
		| @@ -1,9 +1,9 @@ | |||||||
| 'use strict'; | 'use strict'; | ||||||
|  |  | ||||||
| var plugins = require('./plugins'); | const plugins = require('./plugins'); | ||||||
| var db = require('./database'); | const db = require('./database'); | ||||||
|  |  | ||||||
| var social = module.exports; | const social = module.exports; | ||||||
|  |  | ||||||
| social.postSharing = null; | social.postSharing = null; | ||||||
|  |  | ||||||
| @@ -12,7 +12,7 @@ social.getPostSharing = async function () { | |||||||
| 		return social.postSharing; | 		return social.postSharing; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	var networks = [ | 	let networks = [ | ||||||
| 		{ | 		{ | ||||||
| 			id: 'facebook', | 			id: 'facebook', | ||||||
| 			name: 'Facebook', | 			name: 'Facebook', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user