From 5c8359ec45da01e983a3c60d380e7fab720da600 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sun, 6 Aug 2023 22:56:13 -0400 Subject: Fix connection class imports --- src/connections/GitHub/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connections/GitHub') diff --git a/src/connections/GitHub/index.ts b/src/connections/GitHub/index.ts index a675873f..101b205c 100644 --- a/src/connections/GitHub/index.ts +++ b/src/connections/GitHub/index.ts @@ -22,9 +22,9 @@ import { ConnectionCallbackSchema, ConnectionLoader, DiscordApiErrors, + Connection, } from "@spacebar/util"; import wretch from "wretch"; -import Connection from "../../util/connections/Connection"; import { GitHubSettings } from "./GitHubSettings"; interface UserResponse { -- cgit 1.5.1