acctFull tweaks

merge-requests/1/head
Alex Gleason 2020-03-28 15:10:35 -05:00
rodzic 57d44889f2
commit 3e2a9d8c81
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ export const acctFull = account => {
try {
if (!domain) domain = getDomain(account);
} catch(e) {
console.error('Could not get domain for acctFull.');
console.warning('Could not get domain for acctFull. Falling back to acct.');
return account.get('acct');
}
return [user, domain].join('@');

File diff suppressed because one or more lines are too long