Skip to content

Commit

Permalink
api/instagram: sort imports by line length
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Feb 9, 2025
1 parent b3b893b commit 5b63e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/processing/services/instagram.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 5b63e2e

Please sign in to comment.