From bbfe2075666cd1e41180bd22351820fbf34e4081 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:50:41 -0700 Subject: [PATCH] simplify --- nose/app/ping.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nose/app/ping.ts b/nose/app/ping.ts index ea03a4c..aa0b904 100644 --- a/nose/app/ping.ts +++ b/nose/app/ping.ts @@ -1,2 +1,4 @@ -export default (c: Context) => - "pong" \ No newline at end of file +export default () => + "pong" + +