SGA-A / c2c

Source code for the custom app exclusive to cc
MIT License
1 stars 0 forks source link

Rectify logic errors on sql query #26

Closed SGA-A closed 10 months ago

SGA-A commented 10 months ago

This PR fixes a logic error whereby checks would be made directly on the user regardless of whether or not another user parameter was mentioned.

This meant checks would be made on the invoker only and not the user input, causing incorrect details to be displayed.