From e8de9440e21eec924a15b0c19cab2f1d777915e4 Mon Sep 17 00:00:00 2001 From: prescientmoon <git@moonythm.dev> Date: Thu, 25 Jul 2024 00:49:08 +0200 Subject: [PATCH] Expose sql query handler to fix tests --- source/AirGQL/Introspection.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/source/AirGQL/Introspection.hs b/source/AirGQL/Introspection.hs index 852a8ae..54eb20c 100644 --- a/source/AirGQL/Introspection.hs +++ b/source/AirGQL/Introspection.hs @@ -27,7 +27,6 @@ import Protolude ( not, ($), (&), - (&&), (<&>), (>>=), )