mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Removed unused error message
no issue - The job-related code was ripped out form the importer and this message was just an overlooked leftover
This commit is contained in:
parent
1317500058
commit
9389064ae2
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ const tpl = require('@tryghost/tpl');
|
|||
const emailTemplate = require('./email-template');
|
||||
|
||||
const messages = {
|
||||
filenameCollision: 'Filename already exists, please try again.',
|
||||
jobAlreadyComplete: 'Job is already complete.'
|
||||
filenameCollision: 'Filename already exists, please try again.'
|
||||
};
|
||||
|
||||
const defaultInputCSVHeaderMappings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue