chore: log errors
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
messageId: this.messageId,
|
||||
});
|
||||
} catch (error) {
|
||||
// Ignore error
|
||||
console.log(error);
|
||||
} finally {
|
||||
this.isUpdating = false;
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ export default {
|
||||
);
|
||||
this.dyteAuthToken = authToken;
|
||||
} catch (error) {
|
||||
// Ignore Error for now
|
||||
console.log(error);
|
||||
} finally {
|
||||
this.isLoading = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user