api/instagram: sort imports by line length

This commit is contained in:
wukko 2025-02-09 17:48:49 +06:00
parent b3b893b8f3
commit 5b63e2e6f2
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -1,8 +1,8 @@
import { randomBytes } from "node:crypto";
import { resolveRedirectingURL } from "../url.js";
import { genericUserAgent } from "../../config.js";
import { createStream } from "../../stream/manage.js";
import { getCookie, updateCookie } from "../cookie/manager.js";
import { randomBytes } from "node:crypto";
import { resolveRedirectingURL } from "../url.js";
const commonHeaders = {
"user-agent": genericUserAgent,