This commit is contained in:
W-A-James 2025-11-25 22:20:55 -05:00
parent a5c7fcc136
commit a126bc9b86
No known key found for this signature in database
GPG key ID: 2CE8DBC07DABE749

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 {