Skip to content

Commit

Permalink
Merge pull request #312 from xmidt-org/qa-1511-fix
Browse files Browse the repository at this point in the history
deviceId variable had typo which was causing the 400 response
  • Loading branch information
maurafortino authored Oct 30, 2023
2 parents 01bb22e + 627bed2 commit 0835e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primaryHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const (
jwtAuthConfigKey = "jwtValidator"
wrpCheckConfigKey = "WRPCheck"

deviceID = "devicID"
deviceID = "deviceID"

enforceCheck = "enforce"
)
Expand Down

0 comments on commit 0835e41

Please sign in to comment.