Commit 75519d9
committed
fix: remove false-positive deprecation calls in search methods
The audit script picked up 'settings' and 'context' as method names from
inside an object-literal return value and a JSDoc `@param` block. Those
two methodDeprecationLogger calls were injected into the bodies of
rocketchatSearch.getProvider and rocketchatSearch.search by mistake.
Neither method is a deprecation target.1 parent 017a166 commit 75519d9
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
0 commit comments