mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
chore: try to get types for musickit-js
This commit is contained in:
@@ -7,7 +7,7 @@ export const useMusicKit = ( storefront: string = 'ch' ) => {
|
||||
if ( res.status === 200 ) {
|
||||
const token = await res.text();
|
||||
|
||||
window.MusicKit.configure( {
|
||||
await window.MusicKit.configure( {
|
||||
'developerToken': token,
|
||||
'app': {
|
||||
'name': 'MusicPlayer',
|
||||
|
||||
Reference in New Issue
Block a user