"use strict";
var timeoutError = functiontimeoutError(url, error) {
if (error.timeout) {
return"The request to Forest Admin server has timed out while trying to reach ".concat(url, " at ").concat(newDate().toISOString());
}
returnnull;
};
module.exports = timeoutError;