Commit 133dba7
committed
refactor(download): fixes Response type reference in segment/download.go
In segment/download.go, openpipeline.Response was referenced instead of segments.Response. This PR fixes this. It didn't really break anything, though, because both are type aliases for api.Response.1 parent 985cb22 commit 133dba7
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
0 commit comments