Fixed a logout bug

This commit is contained in:
2023-06-26 22:26:06 +10:00
parent 95e6bd178e
commit 98887eecce
3 changed files with 4 additions and 7 deletions
@@ -1,6 +1,8 @@
const Sequelize = require('sequelize');
const sequelize = require('..');
//DOCS: this isn't set by anything - it's a stub for now
module.exports = sequelize.define('bannedIPAddresses', {
content: {
type: 'varchar(320)',