weareinreach / InReach

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