Skip to content

Commit

Permalink
deviceId variable had typo which was causing the 400 response
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Oct 30, 2023
1 parent 01bb22e commit 627bed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primaryHandler.go
Expand Up @@ -64,7 +64,7 @@ const (
jwtAuthConfigKey = "jwtValidator"
wrpCheckConfigKey = "WRPCheck"

deviceID = "devicID"
deviceID = "deviceID"

enforceCheck = "enforce"
)
Expand Down

0 comments on commit 627bed2

Please sign in to comment.