summaryrefslogtreecommitdiffstats
path: root/src/gallifrey/store.clj
diff options
context:
space:
mode:
authorAdrian Batos-Parac <adrian.batos-parac@amdocs.com>2018-04-27 10:24:33 -0400
committerAdrian Batos-Parac <adrian.batos-parac@amdocs.com>2018-04-27 10:28:14 -0400
commit330f1cb56cfafd1508438139dadc7cc645262ec6 (patch)
tree912938cf4949bfb01c1777d9ce87453a7c14acb3 /src/gallifrey/store.clj
parent236c2ccbe6ae61afd7677b409ff52fd7a6ce9298 (diff)
Fix truth assertion creation2.0.0-ONAPbeijing2.0.0-ONAP
Fixes the issue where the truth dimension required the create query parameter when it did not need it. Change-Id: Ic810e81210d2087b8e48f69ae8316f9ebb963dad Issue-ID: AAI-797 Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
Diffstat (limited to 'src/gallifrey/store.clj')
-rw-r--r--src/gallifrey/store.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallifrey/store.clj b/src/gallifrey/store.clj
index 4f10f7c..05ac202 100644
--- a/src/gallifrey/store.clj
+++ b/src/gallifrey/store.clj
@@ -1,4 +1,3 @@
-
(ns gallifrey.store
(:require [utilis.map :refer [compact map-keys map-vals]]
[utilis.types.keyword :refer [->keyword]]