diff options
author | Puyodead1 <puyodead@proton.me> | 2023-08-06 22:56:13 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-08-06 22:56:13 -0400 |
commit | 5c8359ec45da01e983a3c60d380e7fab720da600 (patch) | |
tree | 01b88820e0d5ce1f6a895ea305b1f95de5994f89 /src/connections/Spotify/index.ts | |
parent | Fix some linting warnings (diff) | |
download | server-5c8359ec45da01e983a3c60d380e7fab720da600.tar.xz |
Fix connection class imports
Diffstat (limited to 'src/connections/Spotify/index.ts')
-rw-r--r-- | src/connections/Spotify/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |