"use strict";(globalThis.webpackChunk_github_ui_github_ui=globalThis.webpackChunk_github_ui_github_ui||[]).push([[45982],{13523:(e,t,a)=>{a.d(t,{$r:()=>r,M1:()=>l,li:()=>s,pS:()=>c,wE:()=>o});var n=a(56038);let s="X-Fetch-Nonce",i=new Set;function r(e){i.add(e)}function l(){return i.values().next().value||""}function o(e){let t={};return void 0!==e&&(t["X-Fetch-Nonce-To-Validate"]=e),void 0===e?t[s]=l():i.has(e)?t[s]=e:t[s]=Array.from(i).join(","),t}function c(){let e=n.XC?.head?.querySelector('meta[name="fetch-nonce"]')?.content||"";e&&r(e)}},24117:(e,t,a)=>{var n=a(7123),s=a(74848),i=a(96540),r=a(94236),l=a(29e3),o=a(57387),c=a(38621),d=a(96379);let u=async e=>{try{let t=await (0,d.DI)("/notifications/subscribe",{method:"POST",body:e});if(t.ok)return{ok:!0,errorMsg:""};{let e=await t.json(),a=e.error?e.error:"Failed to update";return{ok:!1,errorMsg:a}}}catch(e){return{ok:!1,errorMsg:e instanceof Error?e.message:"Failed to update"}}};var h=a(5524);let p="none",m="watching",b="ignoring",f="custom",y={[p]:"Participating and @mentions",[m]:"All Activity",[b]:"Ignore",[f]:"Custom"},g={...y,[p]:"Participating"},x={[p]:"Watch",[m]:"Unwatch",[b]:"Stop ignoring",[f]:"Unwatch"},w=[{name:y[p],description:"Only receive notifications from this repository when participating or @mentioned.",subscriptionType:p},{name:y[m],description:"Notified of all notifications on this repository.",subscriptionType:m},{name:y[b],description:"Never be notified.",subscriptionType:b},{name:y[f],description:"Select events you want to be notified of in addition to participating and @mentions.",trailingIcon:(0,i.createElement)(c.ArrowRightIcon),subscriptionType:f}],v=e=>e in x?x[e]:"";function j(e){return(0,s.jsx)(h.l,{selectionVariant:"single",children:w.map((t,a)=>(0,s.jsxs)(i.Fragment,{children:[(0,s.jsxs)(h.l.Item,{selected:t.subscriptionType===e.selected,onSelect:()=>e.onSelect(t.subscriptionType),children:[(0,s.jsx)("span",{className:"SubscriptionList-module__subscriptionTypeName--feJ4k",children:t.name}),(0,s.jsx)(h.l.Description,{variant:"block",children:t.description}),t.trailingIcon?(0,s.jsx)(h.l.TrailingVisual,{children:t.trailingIcon}):null]}),a!==w.length-1?(0,s.jsx)(h.l.Divider,{}):""]},a))})}try{j.displayName||(j.displayName="SubscriptionList")}catch{}var S=a(86877),C=a(46720),_=a(5839),N=a(21373);function T(e){let[t,a]=(0,i.useState)(!1),[n,r]=(0,i.useState)(""),l=e.items.filter(e=>e?.text?.toLowerCase().startsWith(n.toLowerCase()));return(0,s.jsx)(_.X,{title:"Select labels",renderAnchor:({children:t,...a})=>0===e.items.length?(0,s.jsx)(N.Q,{...a,trailingAction:c.TriangleDownIcon,"aria-haspopup":"dialog",children:"No labels available"}):(0,s.jsxs)(N.Q,{...a,trailingAction:c.TriangleDownIcon,"aria-haspopup":"dialog",children:[(0,s.jsx)("span",{className:"color-fg-muted",children:"Labels: "}),(0,s.jsx)("span",{id:"select-labels",children:e.labelsText})]}),placeholder:"Filter labels",open:t,onCancel:e.resetLabels,onOpenChange:(t,n)=>{a(t),"click-outside"===n&&e.applyLabels()},items:l,selected:e.selectedLabels,onSelectedChange:e.onChangeLabels,onFilterChange:r,showItemDividers:!0,overlayProps:{width:"small",height:"medium",maxHeight:"medium"}})}try{T.displayName||(T.displayName="FilterLabels")}catch{}var k=a(69726);function L(e){let[t,a]=(0,i.useState)(!1),n=(0,i.useCallback)(()=>(e.nextFocusRef?.current?.focus(),!0),[e.nextFocusRef]),r=(0,i.useCallback)(()=>{a(!0)},[]),l=(0,i.useCallback)(()=>{e.onApply(),setTimeout(()=>{e?.checkStatus&&e.checkStatus(r)},600)},[e,r]);return(0,s.jsxs)("div",{className:"FooterActions-module__footerContainer--sNVyn",children:[e.showError?(0,s.jsx)("span",{className:"FooterActions-module__errorMessageText--LtM5d",children:"Error. Please try again."}):null,(0,s.jsxs)("div",{className:"FooterActions-module__buttonsContainer--XOX1_",style:e.overrideButtonStyles??{padding:"var(--base-size-16)"},children:[!e.showError&&t?(0,s.jsx)(k.A,{size:"small",className:"FooterActions-module__FooterActionsSpinner--WjF07"}):null,(0,s.jsx)(N.Q,{size:"small",onClick:()=>e.onCancel(),onBlur:t=>{e.disabled&&n(t)},children:"Cancel"}),(0,s.jsx)(N.Q,{disabled:e.disabled,variant:"primary",size:"small",onClick:()=>l(),onBlur:n,className:"FooterActions-module__applyButton--Q5SC4",children:"Apply"})]})]})}try{L.displayName||(L.displayName="FooterActions")}catch{}let A=e=>{let t=R(e,2);if(e.length>=2){if(2===e.length)return I(e);let a=R(e,3);if(a.length>30)return`${t.slice(0,30)}... +${e.length-2} more`;{let t=e.length>3?` +${e.length-3} more`:"";return`${a}${t}`}}if(1!==e.length)return"All";{let t=e[0]?.text||"";return t.length>30?`${t.slice(0,30)}...`:t}},I=e=>{let t=e[0]?.text||"",a=R(e,2);return a.length>30?t.length>25?`${t.slice(0,25)}... +1 more`:`${a.slice(0,30)}...`:a},R=(e,t)=>e.slice(0,t).map(e=>e.text).join(", "),F=e=>{switch(e){case"PullRequest":return"Pull requests";case"SecurityAlert":return"Security alerts";default:return`${e}s`}};function P(e){let[t,a]=(0,i.useState)(e.appliedThreads),[n,r]=(0,i.useState)(e.appliedLabels),[l,o]=(0,i.useState)(e.appliedLabels),[c,d]=(0,i.useState)(()=>A(e.appliedLabels));(0,i.useEffect)(()=>{e.appliedLabels.length>0&&!t.includes("Issue")&&a([...t,"Issue"])},[]);let u=(0,i.useCallback)(e=>{t&&t.includes(e)?a(t.filter(t=>t!==e)):a([...t,e])},[t]),h=(0,i.useCallback)(e=>{o(e),d(A(e))},[]),p=(0,i.useCallback)(()=>{r(l)},[l]),m=(0,i.useCallback)(()=>{o(n),d(A(n))},[n]);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("div",{className:"ThreadList-module__threadContent--x7fVL",children:e.subscribableThreadTypes.map((a,n)=>(0,s.jsxs)("div",{className:"ThreadList-module__threadRow--LKENb",style:n===e.subscribableThreadTypes.length-1?{}:{borderBottom:"1px solid var(--borderColor-default, var(--color-border-default))"},children:[(0,s.jsxs)(S.A,{children:[(0,s.jsx)(C.A,{checked:t.includes(a.name),onChange:()=>u(a.name)}),(0,s.jsx)(S.A.Label,{children:F(a.name)})]}),a.enabled?null:(0,s.jsxs)("p",{className:"ThreadList-module__threadDisabledMessage--kfUK2",children:[F(a.name)," are not enabled for this repository"]}),(0,s.jsx)("div",{"aria-live":"polite",children:"Issue"===a.name&&e.showLabelSubscriptions&&t.includes("Issue")?(0,s.jsx)("div",{className:"ThreadList-module__filterContainer--R6lFt",children:(0,s.jsx)(T,{items:e.repoLabels,labelsText:c,onChangeLabels:h,selectedLabels:l,applyLabels:p,resetLabels:m})}):null})]},n))}),(0,s.jsx)(L,{onCancel:e.cancelMenuCallback,onApply:()=>e.saveThreads(t,l),showError:e.showError,disabled:0===t.length||e.isSavingThreads})]})}try{P.displayName||(P.displayName="ThreadList")}catch{}function M({repositoryId:e,repositoryName:t,watchersCount:a,subscriptionType:n,subscribableThreadTypes:d,repositoryLabels:h,showLabelSubscriptions:y}){let x=(0,i.useMemo)(()=>h.map(e=>({id:e.id,text:e.name,selected:e.subscribed})),[h]),w=x.filter(e=>e.selected),S=(0,i.useMemo)(()=>d.map(e=>e.subscribed||"Issue"===e.name&&y&&w.length>0?e.name:null).filter(e=>null!==e),[d,y,w]),[C,_]=(0,i.useState)(!1),[N,T]=(0,i.useState)(!1),[k,L]=(0,i.useState)(!1),[A,I]=(0,i.useState)(""),R=(0,i.useCallback)(()=>L(!1),[]),[F,M]=(0,i.useState)(S.length>0?f:n),[E,$]=(0,i.useState)(F),[D,O]=(0,i.useState)(S),[B,U]=(0,i.useState)(w),[X,H]=(0,i.useState)(!1),q=(0,i.useRef)(null),V=(0,i.useCallback)(()=>{T(!1),M(E)},[E]),W=(0,i.useCallback)(async(t,a)=>{H(!0),O(t),U(a),$(f);let n=new FormData;n.set("do","custom"),n.set("repository_id",e),t.map(e=>{n.append("thread_types[]",e)}),a.map(e=>{e.id&&n.append("labels[]",e.id.toString())}),(await u(n)).ok?(T(!1),H(!1)):_(!0)},[e]),G=(0,i.useCallback)(async t=>{let a=new FormData;return t===b?a.set("do","ignore"):t===m?a.set("do","subscribed"):(t===p||t===f&&0===D.length)&&a.set("do","included"),a.append("thread_types[]",""),a.set("repository_id",e),await u(a)},[e,D]),Q=(0,i.useCallback)(async e=>{if(e===f)T(!0),M(f);else{let t=await G(e);t.ok?(M(e),$(e),O([])):z(t.errorMsg)}},[M]),z=e=>{switch(e){case"limit_exceeded":L(!0),I("limit_exceeded");break;case"forbidden":L(!0),I("forbidden")}},Y=(0,i.useCallback)(e=>{O(e)},[O]),J=(0,i.useMemo)(()=>{let e,a;return e=v(F),a=g[F],F===b?`${e} in ${t}`:`${e}: ${a} in ${t}`},[F,t]);return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("div",{className:"d-md-none",children:(0,s.jsxs)(r.W,{children:[(0,s.jsx)(r.W.Button,{"data-testid":"notifications-subscriptions-menu-button-desktop",leadingVisual:F===b?c.BellSlashIcon:c.EyeIcon,trailingAction:null,className:"NotificationsSubscriptionsMenu-module__watchButton--ccU5u","aria-label":J,children:(0,s.jsx)(s.Fragment,{})}),(0,s.jsx)(r.W.Overlay,{width:"medium",children:(0,s.jsx)(j,{selected:F,onSelect:Q})})]})}),(0,s.jsx)("div",{className:"d-none d-md-block",children:(0,s.jsxs)(r.W,{children:[(0,s.jsxs)(r.W.Button,{"data-testid":"notifications-subscriptions-menu-button-mobile",size:"small",leadingVisual:F===b?c.BellSlashIcon:c.EyeIcon,className:"NotificationsSubscriptionsMenu-module__ActionMenuButton--UgYy6","aria-label":J,children:[v(F),(0,s.jsx)("span",{className:"ml-2 Counter rounded-3 NotificationsSubscriptionsMenu-module__watchCounter--vgIup",children:a})]}),(0,s.jsx)(r.W.Overlay,{width:"medium",children:(0,s.jsx)(j,{selected:F,onSelect:Q})})]})}),(0,s.jsx)(l.A,{className:"NotificationsSubscriptionsMenu-module__subscriptionDialog--H1n3k",returnFocusRef:q,isOpen:N,onDismiss:()=>V(),"aria-labelledby":"header",children:(0,s.jsxs)("div",{"data-testid":"inner",children:[(0,s.jsxs)(l.A.Header,{id:"header",children:["Subscribe to events for ",t]}),(0,s.jsx)(P,{subscribableThreadTypes:d,showLabelSubscriptions:y,cancelMenuCallback:V,appliedThreads:D,repoLabels:x,subscribedThreads:S,applyThreads:Y,appliedLabels:B,saveThreads:W,showError:C,isSavingThreads:X})]})}),k&&(0,s.jsx)(o.l,{title:"You are unable to watch this repository",onClose:R,children:(0,s.jsxs)(o.l.Body,{children:["forbidden"===A&&"This action is not available for this repository.","limit_exceeded"===A&&(0,s.jsxs)(s.Fragment,{children:["You have reached the limit of 10,000 watched repositories. Update your"," ",(0,s.jsx)("a",{href:"/watching",children:"watch settings"})," to continue."]})]})})]})}try{M.displayName||(M.displayName="NotificationsSubscriptionsMenu")}catch{}(0,n.k)("notifications-subscriptions-menu",{Component:M})},28600:(e,t,a)=>{let n;a.d(t,{A:()=>u});var s=a(69599),i=a(82075),r=a(82518);let{getItem:l,setItem:o,removeItem:c}=(0,i.A)("localStorage"),d="REACT_PROFILING_DISABLED_UNTIL",u={enable:()=>{c(d),n=void 0},disable:()=>{o(d,String(Date.now()+864e5)),n=!1},isEnabled:()=>"undefined"!=typeof window&&(void 0!==n?n:(0,s.G7)("react_quality_profiling")?n=(0,r.Xl)()?function(){let e=l(d);if(!e)return!0;let t=Number(e);return!!(Number.isNaN(t)||Date.now()>=t)&&(c(d),!0)}():.02>Math.random():(n=!1,!1)),resetCache:()=>{n=void 0}}},37285:(e,t,a)=>{a.d(t,{Av:()=>l,BM:()=>n,HX:()=>u,M_:()=>h,RD:()=>d,rb:()=>s});let n="GraphQLTraces",s="GraphQLTracingRefresh",i=r()?decodeURIComponent(new URLSearchParams(window.location.search).get("disable_clusters")||"").split(",").filter(e=>""!==e):[];function r(){return"undefined"!=typeof window}function l(e){if(!r()||!o()||!e)return;let t=window;t&&!t[n]&&(t[n]=[]),t&&e.__trace&&(t[n].push(e.__trace),"function"==typeof t[s]&&t[s]())}function o(){if(!r())return!1;let e=window;return"true"===new URLSearchParams(window.location.search).get("_tracing")||e&&void 0!==e[n]}function c(){return i.length>0}function d(e){if(!r()||!o()&&!c())return e;let t=new URL(e,window.location.origin);return o()&&t.searchParams.set("_tracing","true"),c()&&t.searchParams.set("disable_clusters",i.join(",")),t.pathname+t.search}function u(e){return i.indexOf(e)>-1}function h(e){if(!r())return;let t=i.indexOf(e);t>-1?i.splice(t,1):i.push(e);let a=new URLSearchParams(window.location.search);a.set("disable_clusters",i.join(",")),window.location.search=a.toString()}},40064:(e,t,a)=>{a.d(t,{V:()=>h});var n=a(74848),s=a(96540),i=a(43258),r=a(38621),l=a(52870),o=a(56149);let c={info:"",success:"Toast--success",error:"Toast--error"},d={info:(0,n.jsx)(r.InfoIcon,{}),success:(0,n.jsx)(r.CheckIcon,{}),error:(0,n.jsx)(r.StopIcon,{})},u=({message:e,timeToLive:t,icon:a,type:i="info",role:r="log"})=>{let[u,h]=s.useState(!0),{safeSetTimeout:p}=(0,l.A)();return(0,s.useEffect)(()=>{t&&p(()=>h(!1),t-300)},[p,t]),(0,n.jsx)(o.ZL,{children:(0,n.jsx)("div",{className:"p-1 position-fixed bottom-0 left-0 mb-3 ml-3",children:(0,n.jsxs)("div",{className:`Toast ${c[i]} ${u?"Toast--animateIn":"Toast--animateOut"}`,id:"ui-app-toast","data-testid":`ui-app-toast-${i}`,role:r,children:[(0,n.jsx)("span",{className:"Toast-icon",children:a||d[i]}),(0,n.jsx)("span",{className:"Toast-content",children:e})]})})})};try{u.displayName||(u.displayName="Toast")}catch{}function h(){let{toasts:e,persistedToast:t}=(0,s.use)(i.T8);return(0,n.jsxs)(n.Fragment,{children:[e.map((e,t)=>(0,n.jsx)(u,{message:e.message,icon:e.icon,timeToLive:i.Qn,type:e.type,role:e.role},t)),t&&(0,n.jsx)(u,{message:t.message,icon:t.icon,type:t.type,role:t.role})]})}try{h.displayName||(h.displayName="Toasts")}catch{}},42255:(e,t,a)=>{a.d(t,{A:()=>i});var n=a(70263),s=a(96540);let i=function(e){let t=(0,n.A)(),[a,i]=(0,s.useState)(e);return[a,(0,s.useCallback)(e=>{t()&&i(e)},[t])]}},43258:(e,t,a)=>{a.d(t,{Qn:()=>o,T8:()=>d,Y6:()=>h,k6:()=>u});var n=a(74848),s=a(52870),i=a(96540),r=a(73189),l=a(42255);let o=5e3,c=(0,i.createContext)({addToast:r.l,addPersistedToast:r.l,clearPersistedToast:r.l}),d=(0,i.createContext)({toasts:[],persistedToast:null});function u({children:e}){let[t,a]=(0,l.A)([]),[r,u]=(0,i.useState)(null),{safeSetTimeout:h}=(0,s.A)(),p=(0,i.useCallback)(function(e){a([...t,e]),h(()=>a(t.slice(1)),o)},[t,h,a]),m=(0,i.useCallback)(function(e){u(e)},[u]),b=(0,i.useCallback)(function(){u(null)},[u]),f=(0,i.useMemo)(()=>({addToast:p,addPersistedToast:m,clearPersistedToast:b}),[m,p,b]),y=(0,i.useMemo)(()=>({toasts:t,persistedToast:r}),[t,r]);return(0,n.jsx)(c,{value:f,children:(0,n.jsx)(d,{value:y,children:e})})}function h(){return(0,i.use)(c)}try{c.displayName||(c.displayName="ToastContext")}catch{}try{d.displayName||(d.displayName="InternalToastsContext")}catch{}try{u.displayName||(u.displayName="ToastContextProvider")}catch{}},49936:(e,t,a)=>{a.d(t,{I:()=>n});let n=(0,a(96540).createContext)(null)},51407:(e,t,a)=>{a.d(t,{Y:()=>n});function n(){let e={};return e.promise=new Promise((t,a)=>{e.resolve=t,e.reject=a}),e}},51987:(e,t,a)=>{a.d(t,{jC:()=>l,kt:()=>i,tV:()=>r});var n=a(87057),s=a(13523);function i(e){let t={"X-Requested-With":"XMLHttpRequest",...(0,s.wE)(e)};return{...t,[n.S]:(0,n.O)()}}function r(e,t){for(let[a,n]of Object.entries(i(t)))e.set(a,n)}function l(e){return{"X-GitHub-App-Type":e}}},57224:(e,t,a)=>{a.d(t,{y:()=>r});var n=a(74848),s=a(16522),i=a(49936);function r(e){let t,a,r=(0,s.c)(7),{children:l,appName:o,category:c,metadata:d}=e;r[0]!==o||r[1]!==c||r[2]!==d?(t={appName:o,category:c,metadata:d},r[0]=o,r[1]=c,r[2]=d,r[3]=t):t=r[3];let u=t;return r[4]!==l||r[5]!==u?(a=(0,n.jsx)(i.I,{value:u,children:l}),r[4]=l,r[5]=u,r[6]=a):a=r[6],a}try{r.displayName||(r.displayName="AnalyticsProvider")}catch{}},70263:(e,t,a)=>{a.d(t,{A:()=>i});var n=a(16522),s=a(96540);function i(){let e,t,a,i=(0,n.c)(3),r=(0,s.useRef)(!1);i[0]===Symbol.for("react.memo_cache_sentinel")?(e=()=>r.current,i[0]=e):e=i[0];let l=e;return i[1]===Symbol.for("react.memo_cache_sentinel")?(t=()=>(r.current=!0,()=>{r.current=!1}),a=[],i[1]=t,i[2]=a):(t=i[1],a=i[2]),(0,s.useLayoutEffect)(t,a),l}},73189:(e,t,a)=>{a.d(t,{l:()=>n});let n=()=>void 0},76629:(e,t,a)=>{a.d(t,{BP:()=>d,D3:()=>c,O8:()=>l});var n=a(74848),s=a(16522),i=a(96540),r=a(6923);let l={ServerRender:"ServerRender",ClientHydrate:"ClientHydrate",ClientRender:"ClientRender"},o=(0,i.createContext)(l.ClientRender);function c(e){let t,a,c,d,u=(0,s.c)(8),{wasServerRendered:h,children:p}=e;u[0]!==h?(t=()=>r.X3?l.ServerRender:h?l.ClientHydrate:l.ClientRender,u[0]=h,u[1]=t):t=u[1];let[m,b]=(0,i.useState)(t);return u[2]!==m?(a=()=>{m!==l.ClientRender&&b(l.ClientRender)},c=[m],u[2]=m,u[3]=a,u[4]=c):(a=u[3],c=u[4]),(0,i.useLayoutEffect)(a,c),u[5]!==p||u[6]!==m?(d=(0,n.jsx)(o,{value:m,children:p}),u[5]=p,u[6]=m,u[7]=d):d=u[7],d}function d(){return(0,i.use)(o)}try{o.displayName||(o.displayName="RenderPhaseContext")}catch{}try{c.displayName||(c.displayName="RenderPhaseProvider")}catch{}},87057:(e,t,a)=>{a.d(t,{O:()=>r,S:()=>i});var n=a(56038);let s=n.cg?.document?.head?.querySelector('meta[name="release"]')?.content||"",i="X-GitHub-Client-Version";function r(){return s}},88057:(e,t,a)=>{a.d(t,{Ex:()=>r,kt:()=>o,xA:()=>l});var n=a(56038);let s=Array(10).fill(null),i=0;function r(e){s[i]=e,i=(i+1)%10}function l(){let e=[];for(let t=0;t<10;t++){let a=s[(i-1-t+10)%10];a&&e.push(a)}return e}function o(){let e=n.XC;if(!e)return;let t=e.querySelector('meta[name="request-id"]'),a=t?.getAttribute("content");a&&r(a)}},96379:(e,t,a)=>{a.d(t,{DI:()=>r,QJ:()=>o,Sr:()=>c,lS:()=>l});var n=a(51987),s=a(88057),i=a(37285);async function r(e,t={}){let a,l,o,c;var d,u=e;if(new URL(u,window.location.origin).origin!==window.location.origin)throw Error("Can not make cross-origin requests from verifiedFetch");let{tracingEnabled:h,fetchPath:p}=(a=new URL(d=e,window.location.href),(o=(l=new URL(window.location.href,window.location.origin)).searchParams.get("_features"))&&!a.searchParams.has("_features")&&a.searchParams.set("_features",o),(c=l.searchParams.get("_tracing"))&&!a.searchParams.has("_tracing")&&a.searchParams.set("_tracing",c),{tracingEnabled:!!c,fetchPath:d.startsWith(window.location.origin)?a.href:`${a.pathname}${a.search}`}),m={...t.headers,"GitHub-Verified-Fetch":"true",...(0,n.kt)()},b=await fetch(p,{...t,headers:m}),f=b?.headers?.get("X-Github-Request-Id");if(f&&(0,s.Ex)(f),h&&b){let e=b.clone();try{let t=await e.text(),a=t&&JSON.parse(t);(0,i.Av)(a)}catch{}}return b}function l(e,t){let a={...t?.headers??{},Accept:"application/json","Content-Type":"application/json"},n=t?.body?JSON.stringify(t.body):void 0;return r(e,{...t,body:n,headers:a})}function o(e,t={}){let a={...t.headers,"GitHub-Is-React":"true"};return r(e,{...t,headers:a})}function c(e,t){let a={...t?.headers??{},"GitHub-Is-React":"true"};return l(e,{...t,headers:a})}}}]); //# sourceMappingURL=45982-21ed0f1aeaee.js.map