mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-13 22:26:28 +01:00
api/instagram: sort imports by line length
This commit is contained in:
parent
b3b893b8f3
commit
5b63e2e6f2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
import { randomBytes } from "node:crypto";
|
||||||
|
import { resolveRedirectingURL } from "../url.js";
|
||||||
import { genericUserAgent } from "../../config.js";
|
import { genericUserAgent } from "../../config.js";
|
||||||
import { createStream } from "../../stream/manage.js";
|
import { createStream } from "../../stream/manage.js";
|
||||||
import { getCookie, updateCookie } from "../cookie/manager.js";
|
import { getCookie, updateCookie } from "../cookie/manager.js";
|
||||||
import { randomBytes } from "node:crypto";
|
|
||||||
import { resolveRedirectingURL } from "../url.js";
|
|
||||||
|
|
||||||
const commonHeaders = {
|
const commonHeaders = {
|
||||||
"user-agent": genericUserAgent,
|
"user-agent": genericUserAgent,
|
||||||
|
|
Loading…
Reference in a new issue