mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-27 02:05:20 +00:00
Fix connection class imports
This commit is contained in:
+1
-1
@@ -23,9 +23,9 @@ import {
|
||||
ConnectionStore,
|
||||
DiscordApiErrors,
|
||||
FieldErrors,
|
||||
RefreshableConnection,
|
||||
} from "@spacebar/util";
|
||||
import { Request, Response, Router } from "express";
|
||||
import RefreshableConnection from "../../../../../../../util/connections/RefreshableConnection";
|
||||
const router = Router();
|
||||
|
||||
// TODO: this route is only used for spotify, twitch, and youtube. (battlenet seems to be able to PUT, maybe others also)
|
||||
|
||||
Reference in New Issue
Block a user