♻️🩹🚨 backend,oo: remove company_id when key available and minor cleanup (#525)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import logger from '@/lib/logger';
|
||||
import { NextFunction, Request, Response } from 'express';
|
||||
import { makeURLTo } from '@/routes';
|
||||
|
||||
export default (error: Error & { status?: number }, req: Request, res: Response, next: NextFunction): void => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user