Commit a95ebb3
committed
Remove explicit return type from processPayment
Let TypeScript infer the return type from the method call.1 parent 1169e7c commit a95ebb3
File tree
1 file changed
+1
-1
lines changed- exercises/03.interfaces-and-classes/02.solution.programming-to-abstractions
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments