BEOpenSourceCollabs / EventManagementCore

Event management system collaboration project for the Backend Engineering discord.
Apache License 2.0
3 stars 1 forks source link

GetUserByID is broken in user repository #31

Closed awpt1mus closed 3 months ago

awpt1mus commented 3 months ago

likely due to select *... columns and Scan() order mismatch It was previously fixed along with GetUserByEmail but the change seems to be lost somehow.

JustDaile commented 3 months ago

I had issues so I reverted it back, I tested and it was working. Instead of being explicit with the fields to return, just fix the ordering of the scan.