We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c5f4d commit c9b69d3Copy full SHA for c9b69d3
apps/webapp/app/v3/services/finalizeDeployment.server.ts
@@ -62,7 +62,7 @@ export class FinalizeDeploymentService extends BaseService {
62
data: {
63
status: "DEPLOYED",
64
deployedAt: new Date(),
65
- imageReference: imageReference,
+ imageReference,
66
},
67
});
68
0 commit comments