Fix note mod id
This commit is contained in:
@@ -295,7 +295,8 @@ export class Database {
|
|||||||
return data.map((note) => {
|
return data.map((note) => {
|
||||||
return {
|
return {
|
||||||
...note,
|
...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