Fix: Rename TeamMail to TwakeMail

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 5eecba3ab1ce97c57585e4ed0561d38c614d51a7)
This commit is contained in:
dab246
2024-01-10 10:22:51 +07:00
committed by Dat Vu
parent e23e468c2b
commit a6bf3160f3
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void log(String? value, {Level level = Level.info}) {
}
}
// ignore: avoid_print
print('[TeamMail] $logsStr');
print('[TwakeMail] $logsStr');
}
void logError(String? value) => log(value, level: Level.error);