Closed matt-richardson closed 2 years ago
When using a project based webhook sensitive parameter for a bearer auth token, it throws an error.
999 :: Unexpected exception. Please log a bug on GitHub tcplugins/tcWebHooks. Exception was: null
Debugging it leads me to this line, where it uses previous when it could be null. It should be using newHookParameterModel instead.
previous
null.
newHookParameterModel
Fixes #204.
When using a project based webhook sensitive parameter for a bearer auth token, it throws an error.
Debugging it leads me to this line, where it uses
previous
when it could benull.
It should be usingnewHookParameterModel
instead.Fixes #204.