Update
This commit is contained in:
@@ -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 =====
|
||||
|
||||
Reference in New Issue
Block a user