mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix #822
This commit is contained in:
parent
c4a1d4b18c
commit
06b3916a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
db.query("INSERT INTO `channel_ranks` VALUES (?, ?, ?) " +
|
||||
"ON DUPLICATE KEY UPDATE rank=?",
|
||||
"ON DUPLICATE KEY UPDATE `rank`=?",
|
||||
[name, rank, chan, rank], callback);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue