This commit is contained in:
W-A-James
2025-11-25 22:20:55 -05:00
parent a5c7fcc136
commit a126bc9b86
+1 -1
View File
@@ -113,7 +113,7 @@ export function getCommonSampleInfo(hapValue, bank) {
/** Selects entries from `source` and renames them via `map` */
export const pickAndRename = (source, map) => {
return Object.fromEntries(Object.entries(map).map(([newKey, oldKey]) => [newKey, source[oldKey]]));
}
};
export const getBaseURL = (url) => {
try {