mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed lint
This commit is contained in:
parent
cc514f1776
commit
3e331fcf86
2 changed files with 1 additions and 3 deletions
|
@ -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 = {};
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
const date = require('../../../frontend/helpers/date');
|
||||
|
||||
module.exports = ({post, site}) => `
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
|
Loading…
Add table
Reference in a new issue