0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed lint

This commit is contained in:
Rish 2019-11-06 12:15:03 +07:00
parent cc514f1776
commit 3e331fcf86
2 changed files with 1 additions and 3 deletions

View file

@ -139,7 +139,7 @@ const action = (attrs) => {
}
};
const settings = (attrs, frame) => {
const settings = (attrs) => {
// @NOTE: Admin & Content API return a different format, need to mappers
// We don't send mail provider API key in settings API if set in config
let membersSubscriptionSettings = {};

View file

@ -1,5 +1,3 @@
const date = require('../../../frontend/helpers/date');
module.exports = ({post, site}) => `
<!doctype html>
<html>