mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-03-21 17:44:49 -05:00
chore: fix import order in server mongoose schema
This commit is contained in:
parent
3158252166
commit
cd5755745c
|
|
@ -2,8 +2,8 @@ import dgram from 'node:dgram';
|
|||
import crypto from 'node:crypto';
|
||||
import { Schema, model } from 'mongoose';
|
||||
import uniqueValidator from 'mongoose-unique-validator';
|
||||
import type { IServer, IServerConnectInfo, IServerMethods, ServerModel } from '@/types/mongoose/server';
|
||||
import { LOG_WARN } from '@/logger';
|
||||
import type { IServer, IServerConnectInfo, IServerMethods, ServerModel } from '@/types/mongoose/server';
|
||||
|
||||
// * Kinda ugly to slap this in with the Mongoose stuff but it's fine for now
|
||||
// TODO - Maybe move this one day?
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user