- Log workforce sync errors to backend stdout so they appear in docker logs - Extend error flash from 5s to 15s so errors are readable - Replace sendBeacon (POST-only) with keepalive fetch (PUT) on unload — sendBeacon was hitting 404s on all three unload saves Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
No EOL
533 B
JavaScript
14 lines
No EOL
533 B
JavaScript
import defineProperty from "./defineProperty.js";
|
|
function _objectSpread(e) {
|
|
for (var r = 1; r < arguments.length; r++) {
|
|
var t = null != arguments[r] ? Object(arguments[r]) : {},
|
|
o = Object.keys(t);
|
|
"function" == typeof Object.getOwnPropertySymbols && o.push.apply(o, Object.getOwnPropertySymbols(t).filter(function (e) {
|
|
return Object.getOwnPropertyDescriptor(t, e).enumerable;
|
|
})), o.forEach(function (r) {
|
|
defineProperty(e, r, t[r]);
|
|
});
|
|
}
|
|
return e;
|
|
}
|
|
export { _objectSpread as default }; |