From 627bed272b33660a155a7bac9232db67932f93a0 Mon Sep 17 00:00:00 2001 From: maura fortino Date: Mon, 30 Oct 2023 15:35:19 -0400 Subject: [PATCH] deviceId variable had typo which was causing the 400 response --- primaryHandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primaryHandler.go b/primaryHandler.go index c458ab3..9ce2960 100644 --- a/primaryHandler.go +++ b/primaryHandler.go @@ -64,7 +64,7 @@ const ( jwtAuthConfigKey = "jwtValidator" wrpCheckConfigKey = "WRPCheck" - deviceID = "devicID" + deviceID = "deviceID" enforceCheck = "enforce" )