feat: Extensive refactoring and modification to support any number of interfaces
This commit is contained in:
@@ -57,7 +57,7 @@ export const fetchPatcher = async (input, init = {}, opts) => {
|
||||
try {
|
||||
timeout = (await getSettingWithDefault()).httpTimeout;
|
||||
} catch (err) {
|
||||
kissLog(err, "getSettingWithDefault");
|
||||
kissLog("getSettingWithDefault", err);
|
||||
}
|
||||
}
|
||||
if (!timeout) {
|
||||
|
||||
Reference in New Issue
Block a user