mirror of
https://github.com/laochan-eacnet/backend.git
synced 2026-09-22 22:28:11 +03:00
? try fix music save
This commit is contained in:
@@ -128,8 +128,8 @@ export class UserService {
|
||||
async getMusicData(player: string, music_id: number, play_style: number): Promise<PlayerMusicData> {
|
||||
const result = await this.musicDataCol.findOne({
|
||||
player,
|
||||
music_id: music_id,
|
||||
play_style: play_style
|
||||
music_id,
|
||||
play_style,
|
||||
});
|
||||
|
||||
if (result)
|
||||
|
||||
Reference in New Issue
Block a user