Commit 34b79e5
authored
[:coffin:] Refactoring return values (#1209)
# ✍️ Description
While doing #1204 a bit of refactoring is needed; and I realized this
return value is never used. Giving it its own PR since it's a change in
API, and want it to be tested with the rest.
Also, some refactoring mainly eliminating `await` and `return` where
they're not actually needed.
### 🏗️ Fixes PROD4PROD-1931
It contributes to cleaning the repository, and improve test coverage in
`importer`; eliminating code that's not used will no doubt contribute to
that.1 parent f956422 commit 34b79e5
2 files changed
Lines changed: 3 additions & 10 deletions
File tree
- feature-utils
- poly-import/src
- poly-look/src/react-components/contexts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
| |||
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 54 | + | |
| 55 | + | |
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
| |||
0 commit comments