0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00
Chomp fa31006761
Fix launcher thinking profile deletion failed (#1095)
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
2025-01-20 09:21:08 +00:00
..
2025-01-06 12:34:35 -05:00
2025-01-09 20:29:28 +00:00
2025-01-19 11:56:24 +00:00
2025-01-19 11:56:24 +00:00
2025-01-09 10:50:39 +00:00
2025-01-06 12:34:35 -05:00