1
0
Fork 0

fix(jaeger): Remove unused options from shorthand

This commit is contained in:
Benjamin Fan 2024-02-06 10:44:20 -08:00
parent d8451a10e6
commit f954c9603d

View file

@ -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]