File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
trpc-interface/src/shared Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -174,10 +174,7 @@ export const domainRouter = router({
174174
175175 // Call deployment service to delete the worker for this domain
176176 const result = await deploymentTrpc . unpublish . mutate ( {
177- projectId : input . projectId ,
178177 domain : input . domain ,
179- // preview support
180- branchName : env . GITHUB_REF_NAME ,
181178 } ) ;
182179
183180 // Allow NOT_IMPLEMENTED to proceed (for local dev without deployment service)
Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ export const PublishInput = z.object({
1616} ) ;
1717
1818export const UnpublishInput = z . object ( {
19- projectId : z . string ( ) ,
2019 domain : z . string ( ) ,
21- // preview support
22- branchName : z . string ( ) ,
2320} ) ;
2421
2522export const Output = z . discriminatedUnion ( "success" , [
You can’t perform that action at this time.
0 commit comments