mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
try and fix build for real this time
This commit is contained in:
@@ -329,7 +329,7 @@ void from_json(const nlohmann::json &j, UserNoteObject &m) {
|
||||
JS_ON("user_id", m.UserID);
|
||||
}
|
||||
|
||||
void to_json(nlohmann::json &j, UserSetNoteObject &m) {
|
||||
void to_json(nlohmann::json &j, const UserSetNoteObject &m) {
|
||||
j["note"] = m.Note;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user