From cdb794888d8f3daa98c098802194ddf444dda19e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 7 Oct 2020 11:47:34 -0400 Subject: [PATCH] style: linting --- src/social.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/social.js b/src/social.js index 78ad13f30b..e7ef401696 100644 --- a/src/social.js +++ b/src/social.js @@ -1,9 +1,9 @@ 'use strict'; -var plugins = require('./plugins'); -var db = require('./database'); +const plugins = require('./plugins'); +const db = require('./database'); -var social = module.exports; +const social = module.exports; social.postSharing = null; @@ -12,7 +12,7 @@ social.getPostSharing = async function () { return social.postSharing; } - var networks = [ + let networks = [ { id: 'facebook', name: 'Facebook',