Commit d833933
authored
fix: fix incorrect nil return value (#1630)
## Description
Since we have already checked err before and returned != nil, err must
be nil here. In fact, it should return `err2 `.
Signed-off-by: huochexizhan <[email protected]>1 parent 5fa6192 commit d833933
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
0 commit comments