mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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
|
// @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
|
// We don't send mail provider API key in settings API if set in config
|
||||||
let membersSubscriptionSettings = {};
|
let membersSubscriptionSettings = {};
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
const date = require('../../../frontend/helpers/date');
|
|
||||||
|
|
||||||
module.exports = ({post, site}) => `
|
module.exports = ({post, site}) => `
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue