1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00

🐛 fix directory name

This commit is contained in:
Flam3rboy 2021-04-23 20:39:52 +02:00
parent 4a2c0ebe5f
commit 2fa5129c95
4 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { Request, Response, Router } from "express";
import { check, FieldErrors, Length } from "../../util/instanceOf";
import bcrypt from "bcrypt";
import jwt from "jsonwebtoken";
import { User, UserModel } from "@fosscord/server-util";
import { UserModel } from "@fosscord/server-util";
import Config from "../../util/Config";
import { adjustEmail } from "./register";