mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 08:10:44 -05:00
fa31006761
The launcher currently thinks all profile deletions fail. This should fix it Testing: - Create new profile (No need to log in) - Delete new profile Reasoning: We need to invert the returned value of the `exists` call, which means we need to actually await it instead of trying to return the inverse of the promise I did a quick search over the codebase for other places we have Promise<boolean> return types, and didn't see any other similar issues elsewhere