Fix underlying issue with save override prevention

pull/4/head
Flashfyre 5 months ago
parent e19104c86a
commit c12c770844

@ -223,7 +223,7 @@ func handleSaveData(w http.ResponseWriter, r *http.Request) {
} }
var active bool var active bool
if r.URL.Path == "/savedata/get" { if r.URL.Path == "/savedata/get" && datatype == 0 {
err = db.UpdateActiveSession(uuid, token) err = db.UpdateActiveSession(uuid, token)
if err != nil { if err != nil {
httpError(w, r, fmt.Errorf("failed to update active session: %s", err), http.StatusBadRequest) httpError(w, r, fmt.Errorf("failed to update active session: %s", err), http.StatusBadRequest)

Loading…
Cancel
Save