mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fix(js): log out unused error value
This commit is contained in:
parent
ecba3cc003
commit
25cd9b6d53
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class ChatService {
|
|||
const response = await getUnauthedData(`${ENDPOINT}?accessToken=${accessToken}`);
|
||||
return response;
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue