Fix typos (#11450)
This commit is contained in:
parent
8a6791da3f
commit
79966d33b5
3 changed files with 5 additions and 5 deletions
|
@ -682,7 +682,7 @@ export class ClientServerService {
|
|||
|
||||
fastify.setErrorHandler(async (error, request, reply) => {
|
||||
const errId = randomUUID();
|
||||
this.clientLoggerService.logger.error(`Internal error occured in ${request.routerPath}: ${error.message}`, {
|
||||
this.clientLoggerService.logger.error(`Internal error occurred in ${request.routerPath}: ${error.message}`, {
|
||||
path: request.routerPath,
|
||||
params: request.params,
|
||||
query: request.query,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue