Update to all catch functions.
This commit is contained in:
@@ -294,7 +294,7 @@ $effect(() => {
|
||||
rem_hosted_file_id = hosted_file_id; // Should we use await here?
|
||||
// update_journal_entry();
|
||||
})
|
||||
.catch(function (error) {
|
||||
.catch(function (error: any) {
|
||||
console.log('Something went wrong.');
|
||||
console.log(error);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user