Skip to content

Commit

Permalink
Newsletter: fix import CSV bug (#97905)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelini authored Jan 2, 2025
1 parent dafd93b commit 61bb8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-stores/src/subscriber/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function createActions() {

...emails.map( ( email ) => [ 'emails[]', email ] as [ string, string ] ),

[ 'data', JSON.stringify( { parse_only: parseOnly } ) ] as [ string, string ],
[ 'parse_only', String( parseOnly ) ] as [ string, string ],
];

const data: ImportSubscribersResponse = yield wpcomRequest( {
Expand Down

0 comments on commit 61bb8c3

Please sign in to comment.