Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Dec 24, 2023
1 parent 0f814e2 commit e88be21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Playlist.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//import 'react-native-get-random-values';
import { v4 as uuidv4 } from 'uuid';
import { polyfillWebCrypto } from "expo-standard-web-crypto";
import("expo-standard-web-crypto").then(({ polyfillWebCrypto }) => {
polyfillWebCrypto();
}).catch(error => {});
import { IFrame } from './Platform';

polyfillWebCrypto();

export default function Playlist({ track_ids = [], waypoints = [], playlist_id = '' }) {
const height = 80 + 50 * track_ids.length;

Expand Down

0 comments on commit e88be21

Please sign in to comment.