We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af22710 commit 5898ca6Copy full SHA for 5898ca6
1 file changed
clis/spotify/spotify.ts
@@ -11,7 +11,7 @@ import {
11
parseDotEnv,
12
resolveSpotifyCredentials,
13
} from './utils.js';
14
-import { USER_OPENCLI_DIR, getUserOpenCliPath } from '../../user-opencli-paths.js';
+import { USER_OPENCLI_DIR, getUserOpenCliPath } from '../../src/user-opencli-paths.js';
15
16
// ── Credentials ───────────────────────────────────────────────────────────────
17
// Set SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET as environment variables,
0 commit comments