test workings

This commit is contained in:
simojenki
2022-04-23 14:23:20 +10:00
parent d2f13416f6
commit 1b14b88fb4
6 changed files with 19 additions and 210 deletions

View File

@@ -6,7 +6,8 @@ import {
t_and_s,
USER_AGENT,
} from ".";
import { Http, http2 } from "../http";
// todo: rename http2 to http
import { Http, http as http2 } from "../http";
import { Credentials } from "../music_service";
import { asURLSearchParams } from "../utils";