mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 09:15:00 +03:00
Mute socket messages in production, fix max-len, update dependencies
This commit is contained in:
@@ -13,7 +13,9 @@ import {
|
||||
User,
|
||||
} from './models';
|
||||
|
||||
const orm = new ORM();
|
||||
const orm = new ORM({
|
||||
stateSelector: ({ db }) => db,
|
||||
});
|
||||
|
||||
orm.register(
|
||||
User,
|
||||
|
||||
Reference in New Issue
Block a user