Use filtered fetch in Figma and Linear plugins (#11701)

* Initial plan

* chore: use filtered fetch in Figma and Linear plugins

Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com>
This commit is contained in:
Copilot
2026-03-09 23:04:18 -04:00
committed by GitHub
parent 9f1e6d8b40
commit 83977f85bd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
import { z } from "zod";
import fetch from "@server/utils/fetch";
import env from "./env";
import { FigmaUtils } from "../shared/FigmaUtils";
import type { UnfurlSignature } from "@server/types";
+1
View File
@@ -1,5 +1,6 @@
import type { Issue, WorkflowState } from "@linear/sdk";
import { LinearClient } from "@linear/sdk";
import fetch from "@server/utils/fetch";
import sortBy from "lodash/sortBy";
import { z } from "zod";
import type { IntegrationType } from "@shared/types";