Skip to content

Commit c9b69d3

Browse files
committed
lint
1 parent 42c5f4d commit c9b69d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/services/finalizeDeployment.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class FinalizeDeploymentService extends BaseService {
6262
data: {
6363
status: "DEPLOYED",
6464
deployedAt: new Date(),
65-
imageReference: imageReference,
65+
imageReference,
6666
},
6767
});
6868

0 commit comments

Comments
 (0)