mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
[API] Fix bgu
This commit is contained in:
parent
86cbbcdfa0
commit
3b0fb47b22
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
import * as mongo from 'mongodb';
|
||||
import User from '../../models/user';
|
||||
import serialize from '../../serializers/user';
|
||||
import config from '../../../conf';
|
||||
const escapeRegexp = require('escape-regexp');
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue