Commit cba12e0
committed
Removed unnecessary null check
The method is nullable, so if `topicDto` is null, then the `return topicDto` will return null. This is entirely unnecessary.1 parent a0b0a96 commit cba12e0
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | | - | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
1059 | | - | |
1060 | 1053 | | |
1061 | 1054 | | |
1062 | 1055 | | |
| |||
0 commit comments