Преглед на файлове

Add a missing instance of query

jherve преди 1 година
родител
ревизия
3c83efae40
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/LinkedIn/UI/Components/JobsUnifiedTopCard.purs

+ 3 - 0
src/LinkedIn/UI/Components/JobsUnifiedTopCard.purs

@@ -81,6 +81,9 @@ traverseMayNel :: forall m t a. Traversable t => Applicative m => Maybe(NonEmpty
 traverseMayNel (Just o) = map pure (sequence (map sequence o))
 traverseMayNel Nothing = pure Nothing
 
+instance Queryable q => CanBeQueried q JobsUnifiedTopCardElement where
+  query = queryJobsUnifiedTopCardElement
+
 derive instance Generic (TopCardPrimaryDescription a) _
 derive instance Eq a => Eq (TopCardPrimaryDescription a)
 instance Show a => Show (TopCardPrimaryDescription a) where