VikeMK / Lounge-API

10 stars 8 forks source link

Unset FCs in the lounge DB if they were removed in MKC #37

Open VikeMK opened 1 year ago

VikeMK commented 1 year ago

A bug was reported to me today that a user's information couldn't be fetched via their FC, it turns out that the user had two accounts associated with their FC and the reason is because one account had the FC, then they wanted to move it to another account they had on MKC so it was deleted from the first and added to the second on MKC. The MKC data synchronization logic does not verify that if there is no FC on MKC that there is no FC in the lounge DB, so we just need to make that change.