Explorar o código

fix(RemoveAccount): deleting your own account would delete all playlists in the database

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
07224b8ed1
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      backend/logic/actions/users.js

+ 0 - 5
backend/logic/actions/users.js

@@ -260,12 +260,7 @@ export default {
 					});
 				},
 
-				// playlists for a user's stations
 				next => {
-					playlistModel.deleteMany({ owner: session.userId }, next);
-				},
-
-				(res, next) => {
 					playlistModel.findOne({ createdBy: session.userId, displayName: "Liked Songs" }, next);
 				},