0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 08:10:44 -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-09 15:54:31 -05:00
2024-05-07 13:37:01 -04:00
2024-12-30 09:01:11 +00:00
2025-01-09 10:50:39 +00:00
2025-01-09 20:25:53 +00:00
2025-01-09 20:29:28 +00:00
2024-07-23 11:12:53 -04:00
2025-01-07 19:33:28 -05:00
2025-01-07 19:33:28 -05:00
2025-01-14 12:10:31 +00:00
2024-12-16 22:12:30 +00:00