mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
[TEMP] Broke linting
no issue - used for checking nightly Travis build output and early exit on linting failure
This commit is contained in:
parent
6fb7ebf7a5
commit
8451151596
@ -15,7 +15,6 @@ export default AuthenticatedRoute.extend({
|
||||
},
|
||||
|
||||
model(params, transition) {
|
||||
// eslint-disable-next-line camelcase
|
||||
let {type: modelName, post_id} = params;
|
||||
|
||||
if (!['post', 'page'].includes(modelName)) {
|
||||
|
Loading…
Reference in New Issue
Block a user