From a283d70b83200f1cc112cb3058843dd5829ae5dc Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 10 Feb 2021 14:16:30 +0100 Subject: update imports for fosscord-server-util --- 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 b3fadf5a..b2cc2bce 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 "discord-server-util"; +import { Snowflake } from "fosscord-server-util"; async function main() { const conn = await mongoose.createConnection( -- cgit 1.5.1