TF-4378 Migrate scribe-mobile branch to master branch

This commit is contained in:
dab246
2026-03-16 11:45:14 +07:00
committed by Dat H. Pham
parent d0cc14beb4
commit 28d5036667
29 changed files with 223 additions and 189 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ extension SessionExtension on Session {
try {
return personalAccount.accountId;
} catch (e) {
logError('SessionExtension::safeAccountId:Exception: $e');
logWarning('SessionExtension::safeAccountId:Exception: $e');
return null;
}
}