style: linting

v1.18.x
psychobunny 5 years ago
parent 174e239332
commit cdb794888d

@ -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',

Loading…
Cancel
Save