summary refs log tree commit diff
path: root/src/connections/GitHub/index.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-08-06 22:56:13 -0400
committerPuyodead1 <puyodead@proton.me>2023-08-06 22:56:13 -0400
commit5c8359ec45da01e983a3c60d380e7fab720da600 (patch)
tree01b88820e0d5ce1f6a895ea305b1f95de5994f89 /src/connections/GitHub/index.ts
parentFix some linting warnings (diff)
downloadserver-5c8359ec45da01e983a3c60d380e7fab720da600.tar.xz
Fix connection class imports
Diffstat (limited to 'src/connections/GitHub/index.ts')
-rw-r--r--src/connections/GitHub/index.ts2
1 files changed, 1 insertions, 1 deletions
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 {