Fix connection class imports

This commit is contained in:
Puyodead1
2023-08-06 22:56:13 -04:00
parent 033e2108e7
commit 5c8359ec45
16 changed files with 30 additions and 30 deletions
@@ -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)