fix(jaeger): Remove unused options from shorthand
This commit is contained in:
parent
d8451a10e6
commit
f954c9603d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import { collar } from './collar.mjs'
|
|||
* experience, or more tailoring exprience.
|
||||
*/
|
||||
|
||||
function jaegerUnderCollar({ sa, snippets, points, macro, store, paths, Path, options, part }) {
|
||||
function jaegerUnderCollar({ sa, snippets, points, macro, store, paths, Path, part }) {
|
||||
// Clean up
|
||||
for (let i of Object.keys(paths)) delete paths[i]
|
||||
for (let i of Object.keys(snippets)) delete snippets[i]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue