weareinreach / InReach

Found unreachable code JS-0025
Performance
Major
21 days agoa year old
 7const serviceModal = async ({ ctx, input }: TRPCHandlerParams<TServiceModalSchema>) => {
 8	try {
 9		return null
10	} catch (error) {11		handleError(error)12	}13}
14export default serviceModal