fixed trackme not working correctly #2
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user