From 112332b0d313e7415c69df12c508de702db79ef9 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Wed, 3 Jul 2024 13:53:46 -0600 Subject: [PATCH] client sync --- pkg/fusionauth/Domain.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/fusionauth/Domain.go b/pkg/fusionauth/Domain.go index 608c6c2..d1f4992 100644 --- a/pkg/fusionauth/Domain.go +++ b/pkg/fusionauth/Domain.go @@ -38,8 +38,6 @@ func (b *BaseHTTPResponse) SetStatus(status int) { b.StatusCode = status } -type LinkedHashMap map[string]interface{} - /** * @author Rob Davis */