chore: increase email character length to 50,000

This commit is contained in:
Muhsin Keloth
2024-09-06 13:46:27 +05:30
parent 185a122ec7
commit b2620dffe6
2 changed files with 4 additions and 0 deletions
@@ -7,4 +7,5 @@ export const MESSAGE_MAX_LENGTH = {
FACEBOOK: 1000,
TWILIO_SMS: 320,
TWILIO_WHATSAPP: 1600,
EMAIL: 50000,
};