From 0a354361571a32a9a37129dc411fdaacebde1833 Mon Sep 17 00:00:00 2001 From: Yadpe Date: Fri, 6 Jan 2023 20:25:45 +0100 Subject: [PATCH] chore(Beatmap): remove dead code --- src/App/modules/common/Beatmap/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App/modules/common/Beatmap/index.js b/src/App/modules/common/Beatmap/index.js index d5af0f1..4474f67 100644 --- a/src/App/modules/common/Beatmap/index.js +++ b/src/App/modules/common/Beatmap/index.js @@ -86,7 +86,6 @@ const useStyles = createUseStyles({ }, }); -export const getDownloadUrl = ({ id, unique_id }) => `https://beatconnect.io/b/${id}/${unique_id}`; const Beatmap = ({ beatmap, noFade, autoDl, width, ...otherProps }) => { const ref = useRef();