mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
Fix note mod id
This commit is contained in:
@@ -295,7 +295,8 @@ export class Database {
|
||||
return data.map((note) => {
|
||||
return {
|
||||
...note,
|
||||
user_id: Encrypter.decrypt(note.user_id)
|
||||
user_id: Encrypter.decrypt(note.user_id),
|
||||
mod_id: Encrypter.decrypt(note.mod_id)
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user