matcha-devs / matcha

A comprehensive web-based personal finance tracker and budgeting tool.
6 stars 0 forks source link

Forgot to add "&" to the row query in GetUser in mysql.go. #16

Closed CarlosACJ55 closed 4 months ago

CarlosACJ55 commented 4 months ago

Purpose

User authentication completely not working due to typo in last PR

Usage

N/A

Changes

Added "&" to pass in address when reading values

Rationale

Unit tests did not catch this!!!

Dependencies

N/A

Issues and Bugs

Add users is not currently tested, increase coverage of mysql.go urgently!

Possible Solutions

Increase coverage of mysql.go urgently!

Additional Notes

N/A

Contributors(@):

@CarlosACJ55

Checklist before submitting