This commit is contained in:
NAME
2026-05-15 15:27:25 +00:00
parent 3700309c06
commit 7811e1f144
+1 -1
View File
@@ -60,7 +60,7 @@
return [...TONE_BASE];
}
function getAngles(tone) {
return tone === 'EMPATHETIC' ? [...ANGLE_EMPATHY] : [...ANGLE_DEFAULT];
return tone === 'EMPATHETIC' ? [...ANGLE_DEFAULT,...ANGLE_EMPATHY] : [...ANGLE_DEFAULT];
}
// ===== A. CAPTURE TWEET =====