Improve card loading speed.

This commit is contained in:
Dermot Duffy
2022-10-05 18:44:36 -07:00
parent c8c9098501
commit 3566011d63
4 changed files with 138 additions and 79 deletions
+3 -2
View File
@@ -40,7 +40,7 @@ import {
/**
* Set a configuration value.
* @param obj The configuration.
* @param key The key to the property to set.
* @param keys The key to the property to set.
* @param value The value to set.
*/
@@ -55,7 +55,8 @@ export const setConfigValue = (
/**
* Get a configuration value.
* @param obj The configuration.
* @param key The key to the property to retrieve.
* @param keys The key to the property to retrieve.
* @param def Default if key not found.
* @returns The property or undefined if not found.
*/
export const getConfigValue = (