mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Hotfix sqlite remove
This commit is contained in:
parent
0deca84899
commit
c3f99a1897
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ module.exports = class SQLiteDB {
|
|||
* @param {string} discordID
|
||||
*/
|
||||
remove(discordID) {
|
||||
return this.client.sqlite.model.destroy({ where: { discordID } });
|
||||
return this.model.destroy({ where: { discordID } });
|
||||
}
|
||||
};
|
Loading…
Add table
Reference in a new issue