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/Spotify/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connections/Spotify') diff --git a/src/connections/Spotify/index.ts b/src/connections/Spotify/index.ts index 61b17366..50f14a38 100644 --- a/src/connections/Spotify/index.ts +++ b/src/connections/Spotify/index.ts @@ -22,9 +22,9 @@ import { ConnectionCallbackSchema, ConnectionLoader, DiscordApiErrors, + RefreshableConnection, } from "@spacebar/util"; import wretch from "wretch"; -import RefreshableConnection from "../../util/connections/RefreshableConnection"; import { SpotifySettings } from "./SpotifySettings"; export interface UserResponse { -- cgit 1.5.1