Skip to content

Commit 4754765

Browse files
committed
remove dead branch
1 parent c7bdd58 commit 4754765

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ HTTPSnippet.prototype._matchTarget = function (target, client) {
212212
return false
213213
}
214214

215-
if (typeof targets[target] === 'function') {
216-
return targets[target]
217-
}
218-
219215
// shorthand
220216
if (typeof client === 'string' && typeof targets[target][client] === 'function') {
221217
return targets[target][client]

0 commit comments

Comments
 (0)