fixed trackme not working correctly #2

This commit is contained in:
cnachtigall1991
2021-10-13 19:01:16 +02:00
parent 38289b4091
commit 93d0cdbdc4
2 changed files with 11 additions and 14 deletions

View File

@@ -33,7 +33,6 @@ export const TrackMe = async (id64, authcode, sharecode) => {
.post(`${process.env.VUE_APP_API_URL}/player/trackme`, `id=${id64}&authcode=${authcode}&sharecode=${sharecode}`)
if (res.status === 202) {
statusError = 'Hurray!! Your Matches will now be tracked!'
status = res.status
}
} catch (err) {