Skip to content

Commit 5f2822c

Browse files
JeanMecheAndrewKushnir
authored andcommitted
refactor(platform-server): handle #24571 todos (#49233)
This commit removes the remaining TODO(issue/24571) in platform-server code base. PR Close #49233
1 parent acc87a4 commit 5f2822c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/platform-server/test/integration_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ function createFalseAttributesComponents(standalone: boolean) {
390390
template: 'Works!',
391391
})
392392
class MyChildComponent {
393-
// TODO(issue/24571): remove '!'.
394393
@Input() public attr!: boolean;
395394
}
396395

0 commit comments

Comments
 (0)