Commit df5999c
committed
Replaced
As part of #9b5d01e, we assigned the `GetReturnCode()` directly to `topic.Id`. But we kept the (now) unused `returnVal`. This introduced a potential error, as the `Save()` procedure returns the `returnVal`. To fix this, the `returnVal` has now been removed, and `Save()` instead returns the `topic.Id`.returnVal with topic.Id
1 parent 7a27e31 commit df5999c
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
731 | 730 | | |
732 | 731 | | |
733 | 732 | | |
| |||
825 | 824 | | |
826 | 825 | | |
827 | 826 | | |
828 | | - | |
| 827 | + | |
829 | 828 | | |
830 | 829 | | |
831 | 830 | | |
| |||
0 commit comments