mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed reference to subscribed column
no-issue This was causing the default subscribed value to be incorrect
This commit is contained in:
parent
b9bffadb68
commit
d6acbd7b09
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports = (path, mapping, defaultLabels = []) => {
|
|||
}
|
||||
}
|
||||
|
||||
if (header === 'subscribed_to_emails') {
|
||||
if (header === 'subscribed') {
|
||||
return value.toLowerCase() !== 'false';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue