Skip to content

Commit

Permalink
Improved: log message in case of error in scheduling job (hotwax#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Aug 6, 2024
1 parent 3381fc8 commit 2218447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/UserService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ const runNow = async (): Promise<any> => {
throw resp.data;
}
} catch(error: any) {
console.error(error)
console.error("Failed to schedule routing.", error)
}
}

Expand Down

0 comments on commit 2218447

Please sign in to comment.