2
0

📝 Add v2.23 newsletter

This commit is contained in:
Baptiste Arnaud
2024-03-04 15:16:30 +01:00
parent 4ca613e83a
commit ef69b5b77c
8 changed files with 238 additions and 61 deletions

View File

@@ -37,8 +37,6 @@ const insertUsersInBrevoList = async () => {
console.log('Inserting users', users.length)
writeFileSync('logs/users.json', JSON.stringify(users, null, 2))
const proceed = await confirm({ message: 'Proceed?' })
if (!proceed || typeof proceed !== 'boolean') {
console.log('Aborting')