You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Using an early return here would be nicer but makes TS blow up
502
510
binding=resource.handler.binding;
503
511
}
504
512
@@ -523,9 +531,8 @@ export async function provisionBindings(
523
531
"Your Worker was deployed with provisioned resources. We've written the IDs of these resources to your config file, which you can choose to save or discard—either way future deploys will continue to work."
524
532
);
525
533
}catch(e){
526
-
if(einstanceofPatchConfigError){
527
-
// no-op — if the user is using TOML config we can't update it.
528
-
}else{
534
+
// no-op — if the user is using TOML config we can't update it.
0 commit comments