mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
match: remove redundant url
argument
This commit is contained in:
@ -28,7 +28,8 @@ import dailymotion from "./services/dailymotion.js";
|
||||
import { env } from '../config.js';
|
||||
|
||||
let freebind;
|
||||
export default async function(host, patternMatch, url, lang, obj) {
|
||||
export default async function(host, patternMatch, lang, obj) {
|
||||
const { url } = obj;
|
||||
assert(url instanceof URL);
|
||||
let dispatcher, requestIP;
|
||||
|
||||
|
Reference in New Issue
Block a user