Fix lint
This commit is contained in:
parent
a5c7fcc136
commit
a126bc9b86
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export function getCommonSampleInfo(hapValue, bank) {
|
||||||
/** Selects entries from `source` and renames them via `map` */
|
/** Selects entries from `source` and renames them via `map` */
|
||||||
export const pickAndRename = (source, map) => {
|
export const pickAndRename = (source, map) => {
|
||||||
return Object.fromEntries(Object.entries(map).map(([newKey, oldKey]) => [newKey, source[oldKey]]));
|
return Object.fromEntries(Object.entries(map).map(([newKey, oldKey]) => [newKey, source[oldKey]]));
|
||||||
}
|
};
|
||||||
|
|
||||||
export const getBaseURL = (url) => {
|
export const getBaseURL = (url) => {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue