Commit 4a90839
committed
Fix query params not being used in Intercom::BaseCollectionProxy
Arbitrary @query params could be passed in to filter resources, e.g. via
the `#find_all` method. These params were not being forwarded through to
the underlying HTTP client by BaseCollectionProxy in the same way that
they are in ClientCollectionProxy.1 parent 69a9513 commit 4a90839
File tree
2 files changed
+6
-4
lines changed- lib/intercom
- spec/unit/intercom
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 71 | + | |
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
0 commit comments