From ce07018e30cb430393c4a571241dc0c9fa49de24 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 6 Feb 2021 10:09:32 +0100 Subject: :bug: update imports --- src/test/mongo_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/mongo_test.ts') diff --git a/src/test/mongo_test.ts b/src/test/mongo_test.ts index d6906402..655bd67f 100644 --- a/src/test/mongo_test.ts +++ b/src/test/mongo_test.ts @@ -1,6 +1,6 @@ import mongoose from "mongoose"; import { Long } from "mongodb"; -import { Snowflake } from "../util/Snowflake"; +import { Snowflake } from "../../../server-util/src/util/Snowflake"; async function main() { const conn = await mongoose.createConnection( -- cgit 1.5.1