From e38636a739e73372a6f4730602bbb545a071ef31 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 19 Aug 2023 14:14:40 -0700 Subject: [PATCH] oopsies --- src/clj/auto_ap/jobs/insight_outcome_recommendation.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/jobs/insight_outcome_recommendation.clj b/src/clj/auto_ap/jobs/insight_outcome_recommendation.clj index 88a4b5eb..45cbb30c 100644 --- a/src/clj/auto_ap/jobs/insight_outcome_recommendation.clj +++ b/src/clj/auto_ap/jobs/insight_outcome_recommendation.clj @@ -1,4 +1,4 @@ -(ns auto-ap.jobs.insght-outcome-recommendation +(ns auto-ap.jobs.insight-outcome-recommendation (:require [auto-ap.datomic :refer [audit-transact-batch conn]] [auto-ap.jobs.core :refer [execute]]