From deaed136e82a7a66c5ce8ad2296f726203064cb0 Mon Sep 17 00:00:00 2001 From: Cedric Verstege Date: Tue, 1 Oct 2024 17:22:30 +0200 Subject: [PATCH] Update XSDB url --- web/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/utils.go b/web/utils.go index 3104dff..46ae734 100644 --- a/web/utils.go +++ b/web/utils.go @@ -623,7 +623,7 @@ func PresentData(path string, dasquery dasql.DASQuery, data []mongo.DASRecord, p arr := strings.Split(pval, "/") if len(arr) > 1 { primds := arr[1] - link := fmt.Sprintf("XSDB", primds) + link := fmt.Sprintf("XSDB", primds) out = append(out, link) if v, ok := dtypes[pval]; ok { if v == "mc" {